Shades of Cinnabar #D2433F
Tints of Cinnabar #D2433F
RGB
CMYK
RGB Variations
Color information
#D2433F (or 0xD2433F) is known color: Cinnabar. HEX triplet: D2, 43 and 3F. RGB value is (210,67,63). Sum of RGB (Red+Green+Blue) = 210+67+63=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2433F is #2DBCC0. Grayscale: #6D6D6D. Windows color (decimal): -2997441 or 4146130. OLE color: 4146130.
HSL color Cylindrical-coordinate representation of color #D2433F: hue angle of 1.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2433F is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 63 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.18 |
| HSL | 1.63º | 0.62% | 0.54% | - |
| HSV(B) | 1.63º | 0.7% | 0.82% | - |
| XYZ | 29.48 | 18.07 | 6.64 | - |
| YUV | 109.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 63 | 0 | 0.68 | 0.70 | 0.18 | 1.63 | 0.62 | 0.54 |
| Hex | D2 | 43 | 3F | 0 | 44 | 46 | 12 | 2 | 3E | 36 |
| Octal | 322 | 103 | 77 | 0 | 104 | 106 | 22 | 2 | 76 | 66 |
| Binary | 11010010 | 1000011 | 111111 | 0 | 1000100 | 1000110 | 10010 | 10 | 111110 | 110110 |
Color Harmonies of #D2433F
Complementary color
Monochromatic Colors of #D2433F
Black with #D2433F
Text Example
Text Example
White with #D2433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2433F; }
p { color: rgb(210,67,63); }
H1.HeaderClassName
{
color: #D2433F;
}
.AnyTagClassName
{
color: #D2433F;
}
</style>
background-color css
<style>
a { background-color: #D2433F; }
a { background-color: rgb(210,67,63); }
div.DivClassName
{
background-color: #D2433F;
}
.BgClassName
{
background-color: #D2433F;
}
</style>
border-color css
<style>
span { border-color: #D2433F; }
span { border-color: rgb(210,67,63); }
td.TdClassName
{
border-color: #D2433F;
}
.TagClassName
{
border-color: #D2433F;
}
</style>