#DF4139

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

Shades of Cinnabar #DF4139

Tints of Cinnabar #DF4139

Color information

#DF4139 (or 0xDF4139) is unknown color: approx Cinnabar. HEX triplet: DF, 41 and 39. RGB value is (223,65,57). Sum of RGB (Red+Green+Blue) = 223+65+57=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4139 is #20BEC6. Grayscale: #6F6F6F. Windows color (decimal): -2145991 or 3752415. OLE color: 3752415.

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

Color convert

RGB2236557-
CMYK00.710.740.13
HSL2.89º72.17%54.9%-
HSV(B)2.89º74.44%87.45%-
XYZ33.0619.765.94-
YUV111.3397.35207.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.64%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=64.64%
G=18.84%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223655700.710.740.132.8972.1754.9
HexDF41390474AD34837
Octal33710171010711215311067
Binary1101111110000011110010100011110010101101111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4139; }

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

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

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

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

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

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

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

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