Shades of Cinnabar #DF431C
Tints of Cinnabar #DF431C
RGB
CMYK
RGB Variations
Color information
#DF431C (or 0xDF431C) is known color: 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
| RGB | 223 | 67 | 28 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.13 |
| HSL | 12º | 0.78% | 0.49% | - |
| HSV(B) | 12º | 0.87% | 0.87% | - |
| XYZ | 32.65 | 19.79 | 3.2 | - |
| YUV | 109.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 28 | 0 | 0.70 | 0.87 | 0.13 | 12 | 0.78 | 0.49 |
| Hex | DF | 43 | 1C | 0 | 46 | 57 | D | C | 4E | 31 |
| Octal | 337 | 103 | 34 | 0 | 106 | 127 | 15 | 14 | 116 | 61 |
| Binary | 11011111 | 1000011 | 11100 | 0 | 1000110 | 1010111 | 1101 | 1100 | 1001110 | 110001 |
Color Harmonies of #DF431C
Complementary color
Monochromatic Colors of #DF431C
Black with #DF431C
Text Example
Text Example
White with #DF431C
Text Example
Text Example
HTML Codes & Css Web 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>