#DF0E40

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

Shades of Crimson #DF0E40

Tints of Crimson #DF0E40

Color information

#DF0E40 (or 0xDF0E40) is unknown color: approx Crimson. HEX triplet: DF, 0E and 40. RGB value is (223,14,64). Sum of RGB (Red+Green+Blue) = 223+14+64=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E40 is #20F1BF. Grayscale: #525252. Windows color (decimal): -2159040 or 4198111. OLE color: 4198111.

HSL color Cylindrical-coordinate representation of color #DF0E40: hue angle of 345.65º 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 #DF0E40 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2231464-
CMYK00.940.710.13
HSL345.65º88.19%46.47%-
HSV(B)345.65º93.72%87.45%-
XYZ31.5116.376.35-
YUV82.19117.74228.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 74.09%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=74.09%
G=4.65%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223146400.940.710.13345.6588.1946.47
HexDFE4005E47D15a582e
Octal3371610001361071553213056
Binary110111111110100000001011110100011111011010110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E40; }

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

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

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

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

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

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

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

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