Shades of Cinnabar #DC431F
Tints of Cinnabar #DC431F
RGB
CMYK
RGB Variations
Color information
#DC431F (or 0xDC431F) is known color: Cinnabar. HEX triplet: DC, 43 and 1F. RGB value is (220,67,31). Sum of RGB (Red+Green+Blue) = 220+67+31=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431F is #23BCE0. Grayscale: #6C6C6C. Windows color (decimal): -2342113 or 2048988. OLE color: 2048988.
HSL color Cylindrical-coordinate representation of color #DC431F: hue angle of 11.43º degrees, saturation: 0.75, 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 #DC431F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.14 |
| HSL | 11.43º | 0.75% | 0.49% | - |
| HSV(B) | 11.43º | 0.86% | 0.86% | - |
| XYZ | 31.77 | 19.33 | 3.35 | - |
| YUV | 108.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 31 | 0 | 0.70 | 0.86 | 0.14 | 11.43 | 0.75 | 0.49 |
| Hex | DC | 43 | 1F | 0 | 46 | 56 | E | B | 4B | 31 |
| Octal | 334 | 103 | 37 | 0 | 106 | 126 | 16 | 13 | 113 | 61 |
| Binary | 11011100 | 1000011 | 11111 | 0 | 1000110 | 1010110 | 1110 | 1011 | 1001011 | 110001 |
Color Harmonies of #DC431F
Complementary color
Monochromatic Colors of #DC431F
Black with #DC431F
Text Example
Text Example
White with #DC431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431F; }
p { color: rgb(220,67,31); }
H1.HeaderClassName
{
color: #DC431F;
}
.AnyTagClassName
{
color: #DC431F;
}
</style>
background-color css
<style>
a { background-color: #DC431F; }
a { background-color: rgb(220,67,31); }
div.DivClassName
{
background-color: #DC431F;
}
.BgClassName
{
background-color: #DC431F;
}
</style>
border-color css
<style>
span { border-color: #DC431F; }
span { border-color: rgb(220,67,31); }
td.TdClassName
{
border-color: #DC431F;
}
.TagClassName
{
border-color: #DC431F;
}
</style>