Shades of Cinnabar #DC432F
Tints of Cinnabar #DC432F
RGB
CMYK
RGB Variations
Color information
#DC432F (or 0xDC432F) is known color: Cinnabar. HEX triplet: DC, 43 and 2F. RGB value is (220,67,47). Sum of RGB (Red+Green+Blue) = 220+67+47=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC432F is #23BCD0. Grayscale: #6E6E6E. Windows color (decimal): -2342097 or 3097564. OLE color: 3097564.
HSL color Cylindrical-coordinate representation of color #DC432F: hue angle of 6.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC432F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.14 |
| HSL | 6.94º | 0.71% | 0.52% | - |
| HSV(B) | 6.94º | 0.79% | 0.86% | - |
| XYZ | 32.04 | 19.44 | 4.75 | - |
| YUV | 110.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 47 | 0 | 0.70 | 0.79 | 0.14 | 6.94 | 0.71 | 0.52 |
| Hex | DC | 43 | 2F | 0 | 46 | 4F | E | 7 | 47 | 34 |
| Octal | 334 | 103 | 57 | 0 | 106 | 117 | 16 | 7 | 107 | 64 |
| Binary | 11011100 | 1000011 | 101111 | 0 | 1000110 | 1001111 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DC432F
Complementary color
Monochromatic Colors of #DC432F
Black with #DC432F
Text Example
Text Example
White with #DC432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC432F; }
p { color: rgb(220,67,47); }
H1.HeaderClassName
{
color: #DC432F;
}
.AnyTagClassName
{
color: #DC432F;
}
</style>
background-color css
<style>
a { background-color: #DC432F; }
a { background-color: rgb(220,67,47); }
div.DivClassName
{
background-color: #DC432F;
}
.BgClassName
{
background-color: #DC432F;
}
</style>
border-color css
<style>
span { border-color: #DC432F; }
span { border-color: rgb(220,67,47); }
td.TdClassName
{
border-color: #DC432F;
}
.TagClassName
{
border-color: #DC432F;
}
</style>