Shades of Cinnabar #D5402B
Tints of Cinnabar #D5402B
RGB
CMYK
RGB Variations
Color information
#D5402B (or 0xD5402B) is known color: Cinnabar. HEX triplet: D5, 40 and 2B. RGB value is (213,64,43). Sum of RGB (Red+Green+Blue) = 213+64+43=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5402B is #2ABFD4. Grayscale: #6A6A6A. Windows color (decimal): -2801621 or 2834645. OLE color: 2834645.
HSL color Cylindrical-coordinate representation of color #D5402B: hue angle of 7.41º 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 #D5402B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 43 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.16 |
| HSL | 7.41º | 0.67% | 0.5% | - |
| HSV(B) | 7.41º | 0.8% | 0.84% | - |
| XYZ | 29.71 | 17.99 | 4.19 | - |
| YUV | 106.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 43 | 0 | 0.70 | 0.80 | 0.16 | 7.41 | 0.67 | 0.5 |
| Hex | D5 | 40 | 2B | 0 | 46 | 50 | 10 | 7 | 43 | 32 |
| Octal | 325 | 100 | 53 | 0 | 106 | 120 | 20 | 7 | 103 | 62 |
| Binary | 11010101 | 1000000 | 101011 | 0 | 1000110 | 1010000 | 10000 | 111 | 1000011 | 110010 |
Color Harmonies of #D5402B
Complementary color
Monochromatic Colors of #D5402B
Black with #D5402B
Text Example
Text Example
White with #D5402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5402B; }
p { color: rgb(213,64,43); }
H1.HeaderClassName
{
color: #D5402B;
}
.AnyTagClassName
{
color: #D5402B;
}
</style>
background-color css
<style>
a { background-color: #D5402B; }
a { background-color: rgb(213,64,43); }
div.DivClassName
{
background-color: #D5402B;
}
.BgClassName
{
background-color: #D5402B;
}
</style>
border-color css
<style>
span { border-color: #D5402B; }
span { border-color: rgb(213,64,43); }
td.TdClassName
{
border-color: #D5402B;
}
.TagClassName
{
border-color: #D5402B;
}
</style>