#DF4F41

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

Shades of Cinnabar #DF4F41

Tints of Cinnabar #DF4F41

Color information

#DF4F41 (or 0xDF4F41) is unknown color: approx Cinnabar. HEX triplet: DF, 4F and 41. RGB value is (223,79,65). Sum of RGB (Red+Green+Blue) = 223+79+65=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F41 is #20B0BE. Grayscale: #787878. Windows color (decimal): -2142399 or 4280287. OLE color: 4280287.

HSL color Cylindrical-coordinate representation of color #DF4F41: hue angle of 5.32º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4F41 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2237965-
CMYK00.650.710.13
HSL5.32º71.17%56.47%-
HSV(B)5.32º70.85%87.45%-
XYZ34.1821.667.38-
YUV120.4696.71201.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.76%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=60.76%
G=21.53%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223796500.650.710.135.3271.1756.47
HexDF4F4104147D54738
Octal337117101010110715510770
Binary110111111001111100000101000001100011111011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4F41; }

 p { color: rgb(223,79,65); }

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

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

 a { background-color: rgb(223,79,65); }

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

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

 span { border-color: rgb(223,79,65); }

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