Shades of Cinnabar #DC431D
Tints of Cinnabar #DC431D
RGB
CMYK
RGB Variations
Color information
#DC431D (or 0xDC431D) is known color: Cinnabar. HEX triplet: DC, 43 and 1D. RGB value is (220,67,29). Sum of RGB (Red+Green+Blue) = 220+67+29=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431D is #23BCE2. Grayscale: #6C6C6C. Windows color (decimal): -2342115 or 1917916. OLE color: 1917916.
HSL color Cylindrical-coordinate representation of color #DC431D: hue angle of 11.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC431D is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 29 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.14 |
| HSL | 11.94º | 0.77% | 0.49% | - |
| HSV(B) | 11.94º | 0.87% | 0.86% | - |
| XYZ | 31.74 | 19.32 | 3.22 | - |
| YUV | 108.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 29 | 0 | 0.70 | 0.87 | 0.14 | 11.94 | 0.77 | 0.49 |
| Hex | DC | 43 | 1D | 0 | 46 | 57 | E | C | 4D | 31 |
| Octal | 334 | 103 | 35 | 0 | 106 | 127 | 16 | 14 | 115 | 61 |
| Binary | 11011100 | 1000011 | 11101 | 0 | 1000110 | 1010111 | 1110 | 1100 | 1001101 | 110001 |
Color Harmonies of #DC431D
Complementary color
Monochromatic Colors of #DC431D
Black with #DC431D
Text Example
Text Example
White with #DC431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431D; }
p { color: rgb(220,67,29); }
H1.HeaderClassName
{
color: #DC431D;
}
.AnyTagClassName
{
color: #DC431D;
}
</style>
background-color css
<style>
a { background-color: #DC431D; }
a { background-color: rgb(220,67,29); }
div.DivClassName
{
background-color: #DC431D;
}
.BgClassName
{
background-color: #DC431D;
}
</style>
border-color css
<style>
span { border-color: #DC431D; }
span { border-color: rgb(220,67,29); }
td.TdClassName
{
border-color: #DC431D;
}
.TagClassName
{
border-color: #DC431D;
}
</style>