#DF3C36

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

Shades of Cinnabar #DF3C36

Tints of Cinnabar #DF3C36

Color information

#DF3C36 (or 0xDF3C36) is unknown color: approx Cinnabar. HEX triplet: DF, 3C and 36. RGB value is (223,60,54). Sum of RGB (Red+Green+Blue) = 223+60+54=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C36 is #20C3C9. Grayscale: #6C6C6C. Windows color (decimal): -2147274 or 3554527. OLE color: 3554527.

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

Color convert

RGB2236054-
CMYK00.730.760.13
HSL2.13º72.53%54.31%-
HSV(B)2.13º75.78%87.45%-
XYZ32.7119.195.47-
YUV108.0597.5209.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.17%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=66.17%
G=17.80%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223605400.730.760.132.1372.5354.31
HexDF3C360494CD24936
Octal3377466011111415211166
Binary110111111111001101100100100110011001101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3C36; }

 p { color: rgb(223,60,54); }

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

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

 a { background-color: rgb(223,60,54); }

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

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

 span { border-color: rgb(223,60,54); }

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