Shades of Cinnabar #D2422B
Tints of Cinnabar #D2422B
RGB
CMYK
RGB Variations
Color information
#D2422B (or 0xD2422B) is known color: Cinnabar. HEX triplet: D2, 42 and 2B. RGB value is (210,66,43). Sum of RGB (Red+Green+Blue) = 210+66+43=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2422B is #2DBDD4. Grayscale: #6A6A6A. Windows color (decimal): -2997717 or 2835154. OLE color: 2835154.
HSL color Cylindrical-coordinate representation of color #D2422B: hue angle of 8.26º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2422B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.18 |
| HSL | 8.26º | 0.66% | 0.5% | - |
| HSV(B) | 8.26º | 0.8% | 0.82% | - |
| XYZ | 28.96 | 17.77 | 4.19 | - |
| YUV | 106.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 43 | 0 | 0.69 | 0.80 | 0.18 | 8.26 | 0.66 | 0.5 |
| Hex | D2 | 42 | 2B | 0 | 45 | 50 | 12 | 8 | 42 | 32 |
| Octal | 322 | 102 | 53 | 0 | 105 | 120 | 22 | 10 | 102 | 62 |
| Binary | 11010010 | 1000010 | 101011 | 0 | 1000101 | 1010000 | 10010 | 1000 | 1000010 | 110010 |
Color Harmonies of #D2422B
Complementary color
Monochromatic Colors of #D2422B
Black with #D2422B
Text Example
Text Example
White with #D2422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2422B; }
p { color: rgb(210,66,43); }
H1.HeaderClassName
{
color: #D2422B;
}
.AnyTagClassName
{
color: #D2422B;
}
</style>
background-color css
<style>
a { background-color: #D2422B; }
a { background-color: rgb(210,66,43); }
div.DivClassName
{
background-color: #D2422B;
}
.BgClassName
{
background-color: #D2422B;
}
</style>
border-color css
<style>
span { border-color: #D2422B; }
span { border-color: rgb(210,66,43); }
td.TdClassName
{
border-color: #D2422B;
}
.TagClassName
{
border-color: #D2422B;
}
</style>