#DF0E4B

Color #DF0E4B Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DF0E4B

Tints of Crimson #DF0E4B

Color information

#DF0E4B (or 0xDF0E4B) is unknown color: approx Crimson. HEX triplet: DF, 0E and 4B. RGB value is (223,14,75). Sum of RGB (Red+Green+Blue) = 223+14+75=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E4B is #20F1B4. Grayscale: #535353. Windows color (decimal): -2159029 or 4919007. OLE color: 4919007.

HSL color Cylindrical-coordinate representation of color #DF0E4B: hue angle of 342.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E4B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2231475-
CMYK00.940.660.13
HSL342.49º88.19%46.47%-
HSV(B)342.49º93.72%87.45%-
XYZ31.8616.518.16-
YUV83.44123.24227.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 71.47%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=71.47%
G=4.49%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223147500.940.660.13342.4988.1946.47
HexDFE4B05E42D156582e
Octal3371611301361021552613056
Binary110111111110100101101011110100001011011010101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E4B; }

 p { color: rgb(223,14,75); }

 H1.HeaderClassName
 {
   color: #DF0E4B;
 }
 .AnyTagClassName
 {
   color: #DF0E4B;
 }
</style>
background-color css

<style>
 a { background-color: #DF0E4B; }

 a { background-color: rgb(223,14,75); }

 div.DivClassName
 {
   background-color: #DF0E4B;
 }
 .BgClassName
 {
   background-color: #DF0E4B;
 }
</style>
border-color css

<style>
 span { border-color: #DF0E4B; }

 span { border-color: rgb(223,14,75); }

 td.TdClassName
 {
   border-color: #DF0E4B;
 }
 .TagClassName
 {
   border-color: #DF0E4B;
 }
</style>