#DF431C

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

Shades of Cinnabar #DF431C

Tints of Cinnabar #DF431C

Color information

#DF431C (or 0xDF431C) is unknown color: approx Cinnabar. HEX triplet: DF, 43 and 1C. RGB value is (223,67,28). Sum of RGB (Red+Green+Blue) = 223+67+28=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF431C is #20BCE3. Grayscale: #6D6D6D. Windows color (decimal): -2145508 or 1852383. OLE color: 1852383.

HSL color Cylindrical-coordinate representation of color #DF431C: hue angle of 12º 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 #DF431C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2236728-
CMYK00.700.870.13
HSL12º77.69%49.22%-
HSV(B)12º87.44%87.45%-
XYZ32.6519.793.2-
YUV109.282.18209.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.13%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 28 (11.33% from 255) = 8.81%
R=70.13%
G=21.07%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223672800.700.870.131277.6949.22
HexDF431C04657Dc4e31
Octal337103340106127151411661
Binary11011111100001111100010001101010111110111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF431C; }

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

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

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

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

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

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

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

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