#DF4C3C

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

Shades of Cinnabar #DF4C3C

Tints of Cinnabar #DF4C3C

Color information

#DF4C3C (or 0xDF4C3C) is unknown color: approx Cinnabar. HEX triplet: DF, 4C and 3C. RGB value is (223,76,60). Sum of RGB (Red+Green+Blue) = 223+76+60=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C3C is #20B3C3. Grayscale: #767676. Windows color (decimal): -2143172 or 3951839. OLE color: 3951839.

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

Color convert

RGB2237660-
CMYK00.660.730.13
HSL5.89º71.81%55.49%-
HSV(B)5.89º73.09%87.45%-
XYZ33.8321.186.58-
YUV118.1395.2202.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=62.12%
G=21.17%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223766000.660.730.135.8971.8155.49
HexDF4C3C04249D64837
Octal33711474010211115611067
Binary11011111100110011110001000010100100111011101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4C3C; }

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

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

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

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

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

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

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

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