#DF0E43

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

Shades of Crimson #DF0E43

Tints of Crimson #DF0E43

Color information

#DF0E43 (or 0xDF0E43) is unknown color: approx Crimson. HEX triplet: DF, 0E and 43. RGB value is (223,14,67). Sum of RGB (Red+Green+Blue) = 223+14+67=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E43 is #20F1BC. Grayscale: #525252. Windows color (decimal): -2159037 or 4394719. OLE color: 4394719.

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

Color convert

RGB2231467-
CMYK00.940.700.13
HSL344.78º88.19%46.47%-
HSV(B)344.78º93.72%87.45%-
XYZ31.616.416.81-
YUV82.53119.24228.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.36%
GREEN value IS 14 (5.86% from 255) = 4.61%
BLUE value IS 67 (26.56% from 255) = 22.04%
R=73.36%
G=4.61%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223146700.940.700.13344.7888.1946.47
HexDFE4305E46D159582e
Octal3371610301361061553113056
Binary110111111110100001101011110100011011011010110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E43; }

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

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

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

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

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

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

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

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