#DF4C1C

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

Shades of Cinnabar #DF4C1C

Tints of Cinnabar #DF4C1C

Color information

#DF4C1C (or 0xDF4C1C) is unknown color: approx Cinnabar. HEX triplet: DF, 4C and 1C. RGB value is (223,76,28). Sum of RGB (Red+Green+Blue) = 223+76+28=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C1C is #20B3E3. Grayscale: #727272. Windows color (decimal): -2143204 or 1854687. OLE color: 1854687.

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

Color convert

RGB2237628-
CMYK00.660.870.13
HSL14.77º77.69%49.22%-
HSV(B)14.77º87.44%87.45%-
XYZ33.2320.943.39-
YUV114.4879.2205.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=68.20%
G=23.24%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223762800.660.870.1314.7777.6949.22
HexDF4C1C04257Df4e31
Octal337114340102127151711661
Binary11011111100110011100010000101010111110111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4C1C; }

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

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

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

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

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

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

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

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