Shades of Cinnabar #DC431E
Tints of Cinnabar #DC431E
RGB
CMYK
RGB Variations
Color information
#DC431E (or 0xDC431E) is known color: Cinnabar. HEX triplet: DC, 43 and 1E. RGB value is (220,67,30). Sum of RGB (Red+Green+Blue) = 220+67+30=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431E is #23BCE1. Grayscale: #6C6C6C. Windows color (decimal): -2342114 or 1983452. OLE color: 1983452.
HSL color Cylindrical-coordinate representation of color #DC431E: hue angle of 11.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC431E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 30 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.14 |
| HSL | 11.68º | 0.76% | 0.49% | - |
| HSV(B) | 11.68º | 0.86% | 0.86% | - |
| XYZ | 31.76 | 19.32 | 3.28 | - |
| YUV | 108.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 30 | 0 | 0.70 | 0.86 | 0.14 | 11.68 | 0.76 | 0.49 |
| Hex | DC | 43 | 1E | 0 | 46 | 56 | E | C | 4C | 31 |
| Octal | 334 | 103 | 36 | 0 | 106 | 126 | 16 | 14 | 114 | 61 |
| Binary | 11011100 | 1000011 | 11110 | 0 | 1000110 | 1010110 | 1110 | 1100 | 1001100 | 110001 |
Color Harmonies of #DC431E
Complementary color
Monochromatic Colors of #DC431E
Black with #DC431E
Text Example
Text Example
White with #DC431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431E; }
p { color: rgb(220,67,30); }
H1.HeaderClassName
{
color: #DC431E;
}
.AnyTagClassName
{
color: #DC431E;
}
</style>
background-color css
<style>
a { background-color: #DC431E; }
a { background-color: rgb(220,67,30); }
div.DivClassName
{
background-color: #DC431E;
}
.BgClassName
{
background-color: #DC431E;
}
</style>
border-color css
<style>
span { border-color: #DC431E; }
span { border-color: rgb(220,67,30); }
td.TdClassName
{
border-color: #DC431E;
}
.TagClassName
{
border-color: #DC431E;
}
</style>