#df3c2c

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

Shades of Cinnabar #DF3C2C

Tints of Cinnabar #DF3C2C

Color information

#DF3C2C (or 0xDF3C2C) is unknown color: approx Cinnabar. HEX triplet: DF, 3C and 2C. RGB value is (223,60,44). Sum of RGB (Red+Green+Blue) = 223+60+44=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C2C is #20C3D3. Grayscale: #6B6B6B. Windows color (decimal): -2147284 or 2899167. OLE color: 2899167.

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

Color convert

RGB2236044-
CMYK00.730.800.13
HSL5.36º73.66%52.35%-
HSV(B)5.36º80.27%87.45%-
XYZ32.519.14.36-
YUV106.9192.5210.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 44 (17.58% from 255) = 13.46%
R=68.20%
G=18.35%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223604400.730.800.135.3673.6652.35
HexDF3C2C04950D54a34
Octal3377454011112015511264
Binary1101111111110010110001001001101000011011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3c2c; }

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

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

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

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

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

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

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

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