Shades of Cinnabar #D53E2E
Tints of Cinnabar #D53E2E
RGB
CMYK
RGB Variations
Color information
#D53E2E (or 0xD53E2E) is known color: Cinnabar. HEX triplet: D5, 3E and 2E. RGB value is (213,62,46). Sum of RGB (Red+Green+Blue) = 213+62+46=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E2E is #2AC1D1. Grayscale: #696969. Windows color (decimal): -2802130 or 3030741. OLE color: 3030741.
HSL color Cylindrical-coordinate representation of color #D53E2E: hue angle of 5.75º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D53E2E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 46 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.16 |
| HSL | 5.75º | 0.67% | 0.51% | - |
| HSV(B) | 5.75º | 0.78% | 0.84% | - |
| XYZ | 29.66 | 17.79 | 4.46 | - |
| YUV | 105.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 46 | 0 | 0.71 | 0.78 | 0.16 | 5.75 | 0.67 | 0.51 |
| Hex | D5 | 3E | 2E | 0 | 47 | 4E | 10 | 6 | 43 | 33 |
| Octal | 325 | 76 | 56 | 0 | 107 | 116 | 20 | 6 | 103 | 63 |
| Binary | 11010101 | 111110 | 101110 | 0 | 1000111 | 1001110 | 10000 | 110 | 1000011 | 110011 |
Color Harmonies of #D53E2E
Complementary color
Monochromatic Colors of #D53E2E
Black with #D53E2E
Text Example
Text Example
White with #D53E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E2E; }
p { color: rgb(213,62,46); }
H1.HeaderClassName
{
color: #D53E2E;
}
.AnyTagClassName
{
color: #D53E2E;
}
</style>
background-color css
<style>
a { background-color: #D53E2E; }
a { background-color: rgb(213,62,46); }
div.DivClassName
{
background-color: #D53E2E;
}
.BgClassName
{
background-color: #D53E2E;
}
</style>
border-color css
<style>
span { border-color: #D53E2E; }
span { border-color: rgb(213,62,46); }
td.TdClassName
{
border-color: #D53E2E;
}
.TagClassName
{
border-color: #D53E2E;
}
</style>