Shades of Cinnabar #DC4133
Tints of Cinnabar #DC4133
RGB
CMYK
RGB Variations
Color information
#DC4133 (or 0xDC4133) is known color: Cinnabar. HEX triplet: DC, 41 and 33. RGB value is (220,65,51). Sum of RGB (Red+Green+Blue) = 220+65+51=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4133 is #23BECC. Grayscale: #6D6D6D. Windows color (decimal): -2342605 or 3359196. OLE color: 3359196.
HSL color Cylindrical-coordinate representation of color #DC4133: hue angle of 4.97º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4133 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 51 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 4.97º | 0.71% | 0.53% | - |
| HSV(B) | 4.97º | 0.77% | 0.86% | - |
| XYZ | 32 | 19.24 | 5.16 | - |
| YUV | 109.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 51 | 0 | 0.70 | 0.77 | 0.14 | 4.97 | 0.71 | 0.53 |
| Hex | DC | 41 | 33 | 0 | 46 | 4D | E | 5 | 47 | 35 |
| Octal | 334 | 101 | 63 | 0 | 106 | 115 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000001 | 110011 | 0 | 1000110 | 1001101 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4133
Complementary color
Monochromatic Colors of #DC4133
Black with #DC4133
Text Example
Text Example
White with #DC4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4133; }
p { color: rgb(220,65,51); }
H1.HeaderClassName
{
color: #DC4133;
}
.AnyTagClassName
{
color: #DC4133;
}
</style>
background-color css
<style>
a { background-color: #DC4133; }
a { background-color: rgb(220,65,51); }
div.DivClassName
{
background-color: #DC4133;
}
.BgClassName
{
background-color: #DC4133;
}
</style>
border-color css
<style>
span { border-color: #DC4133; }
span { border-color: rgb(220,65,51); }
td.TdClassName
{
border-color: #DC4133;
}
.TagClassName
{
border-color: #DC4133;
}
</style>