Shades of Cinnabar #D53F3E
Tints of Cinnabar #D53F3E
RGB
CMYK
RGB Variations
Color information
#D53F3E (or 0xD53F3E) is known color: Cinnabar. HEX triplet: D5, 3F and 3E. RGB value is (213,63,62). Sum of RGB (Red+Green+Blue) = 213+63+62=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F3E is #2AC0C1. Grayscale: #6B6B6B. Windows color (decimal): -2801858 or 4079573. OLE color: 4079573.
HSL color Cylindrical-coordinate representation of color #D53F3E: hue angle of 0.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53F3E is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 62 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.16 |
| HSL | 0.4º | 0.64% | 0.54% | - |
| HSV(B) | 0.4º | 0.71% | 0.84% | - |
| XYZ | 30.09 | 18.05 | 6.46 | - |
| YUV | 107.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 62 | 0 | 0.70 | 0.71 | 0.16 | 0.4 | 0.64 | 0.54 |
| Hex | D5 | 3F | 3E | 0 | 46 | 47 | 10 | 0 | 40 | 36 |
| Octal | 325 | 77 | 76 | 0 | 106 | 107 | 20 | 0 | 100 | 66 |
| Binary | 11010101 | 111111 | 111110 | 0 | 1000110 | 1000111 | 10000 | 0 | 1000000 | 110110 |
Color Harmonies of #D53F3E
Complementary color
Monochromatic Colors of #D53F3E
Black with #D53F3E
Text Example
Text Example
White with #D53F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F3E; }
p { color: rgb(213,63,62); }
H1.HeaderClassName
{
color: #D53F3E;
}
.AnyTagClassName
{
color: #D53F3E;
}
</style>
background-color css
<style>
a { background-color: #D53F3E; }
a { background-color: rgb(213,63,62); }
div.DivClassName
{
background-color: #D53F3E;
}
.BgClassName
{
background-color: #D53F3E;
}
</style>
border-color css
<style>
span { border-color: #D53F3E; }
span { border-color: rgb(213,63,62); }
td.TdClassName
{
border-color: #D53F3E;
}
.TagClassName
{
border-color: #D53F3E;
}
</style>