Shades of Cinnabar #DC4430
Tints of Cinnabar #DC4430
RGB
CMYK
RGB Variations
Color information
#DC4430 (or 0xDC4430) is known color: Cinnabar. HEX triplet: DC, 44 and 30. RGB value is (220,68,48). Sum of RGB (Red+Green+Blue) = 220+68+48=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4430 is #23BBCF. Grayscale: #6F6F6F. Windows color (decimal): -2341840 or 3163356. OLE color: 3163356.
HSL color Cylindrical-coordinate representation of color #DC4430: hue angle of 6.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4430 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.14 |
| HSL | 6.98º | 0.71% | 0.53% | - |
| HSV(B) | 6.98º | 0.78% | 0.86% | - |
| XYZ | 32.12 | 19.56 | 4.88 | - |
| YUV | 111.17 | 92.36 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 48 | 0 | 0.69 | 0.78 | 0.14 | 6.98 | 0.71 | 0.53 |
| Hex | DC | 44 | 30 | 0 | 45 | 4E | E | 7 | 47 | 35 |
| Octal | 334 | 104 | 60 | 0 | 105 | 116 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000100 | 110000 | 0 | 1000101 | 1001110 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4430
Complementary color
Monochromatic Colors of #DC4430
Black with #DC4430
Text Example
Text Example
White with #DC4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4430; }
p { color: rgb(220,68,48); }
H1.HeaderClassName
{
color: #DC4430;
}
.AnyTagClassName
{
color: #DC4430;
}
</style>
background-color css
<style>
a { background-color: #DC4430; }
a { background-color: rgb(220,68,48); }
div.DivClassName
{
background-color: #DC4430;
}
.BgClassName
{
background-color: #DC4430;
}
</style>
border-color css
<style>
span { border-color: #DC4430; }
span { border-color: rgb(220,68,48); }
td.TdClassName
{
border-color: #DC4430;
}
.TagClassName
{
border-color: #DC4430;
}
</style>