Shades of Cinnabar #D53E2B
Tints of Cinnabar #D53E2B
RGB
CMYK
RGB Variations
Color information
#D53E2B (or 0xD53E2B) is known color: Cinnabar. HEX triplet: D5, 3E and 2B. RGB value is (213,62,43). Sum of RGB (Red+Green+Blue) = 213+62+43=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E2B is #2AC1D4. Grayscale: #696969. Windows color (decimal): -2802133 or 2834133. OLE color: 2834133.
HSL color Cylindrical-coordinate representation of color #D53E2B: hue angle of 6.71º 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 #D53E2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.16 |
| HSL | 6.71º | 0.67% | 0.5% | - |
| HSV(B) | 6.71º | 0.8% | 0.84% | - |
| XYZ | 29.6 | 17.77 | 4.15 | - |
| YUV | 104.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 43 | 0 | 0.71 | 0.80 | 0.16 | 6.71 | 0.67 | 0.5 |
| Hex | D5 | 3E | 2B | 0 | 47 | 50 | 10 | 7 | 43 | 32 |
| Octal | 325 | 76 | 53 | 0 | 107 | 120 | 20 | 7 | 103 | 62 |
| Binary | 11010101 | 111110 | 101011 | 0 | 1000111 | 1010000 | 10000 | 111 | 1000011 | 110010 |
Color Harmonies of #D53E2B
Complementary color
Monochromatic Colors of #D53E2B
Black with #D53E2B
Text Example
Text Example
White with #D53E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E2B; }
p { color: rgb(213,62,43); }
H1.HeaderClassName
{
color: #D53E2B;
}
.AnyTagClassName
{
color: #D53E2B;
}
</style>
background-color css
<style>
a { background-color: #D53E2B; }
a { background-color: rgb(213,62,43); }
div.DivClassName
{
background-color: #D53E2B;
}
.BgClassName
{
background-color: #D53E2B;
}
</style>
border-color css
<style>
span { border-color: #D53E2B; }
span { border-color: rgb(213,62,43); }
td.TdClassName
{
border-color: #D53E2B;
}
.TagClassName
{
border-color: #D53E2B;
}
</style>