Shades of Cinnabar #D5462B
Tints of Cinnabar #D5462B
RGB
CMYK
RGB Variations
Color information
#D5462B (or 0xD5462B) is known color: Cinnabar. HEX triplet: D5, 46 and 2B. RGB value is (213,70,43). Sum of RGB (Red+Green+Blue) = 213+70+43=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5462B is #2AB9D4. Grayscale: #6D6D6D. Windows color (decimal): -2800085 or 2836181. OLE color: 2836181.
HSL color Cylindrical-coordinate representation of color #D5462B: hue angle of 9.53º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5462B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 43 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.16 |
| HSL | 9.53º | 0.67% | 0.5% | - |
| HSV(B) | 9.53º | 0.8% | 0.84% | - |
| XYZ | 30.07 | 18.7 | 4.31 | - |
| YUV | 109.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 43 | 0 | 0.67 | 0.80 | 0.16 | 9.53 | 0.67 | 0.5 |
| Hex | D5 | 46 | 2B | 0 | 43 | 50 | 10 | A | 43 | 32 |
| Octal | 325 | 106 | 53 | 0 | 103 | 120 | 20 | 12 | 103 | 62 |
| Binary | 11010101 | 1000110 | 101011 | 0 | 1000011 | 1010000 | 10000 | 1010 | 1000011 | 110010 |
Color Harmonies of #D5462B
Complementary color
Monochromatic Colors of #D5462B
Black with #D5462B
Text Example
Text Example
White with #D5462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5462B; }
p { color: rgb(213,70,43); }
H1.HeaderClassName
{
color: #D5462B;
}
.AnyTagClassName
{
color: #D5462B;
}
</style>
background-color css
<style>
a { background-color: #D5462B; }
a { background-color: rgb(213,70,43); }
div.DivClassName
{
background-color: #D5462B;
}
.BgClassName
{
background-color: #D5462B;
}
</style>
border-color css
<style>
span { border-color: #D5462B; }
span { border-color: rgb(213,70,43); }
td.TdClassName
{
border-color: #D5462B;
}
.TagClassName
{
border-color: #D5462B;
}
</style>