Shades of Cinnabar #D53F34
Tints of Cinnabar #D53F34
RGB
CMYK
RGB Variations
Color information
#D53F34 (or 0xD53F34) is known color: Cinnabar. HEX triplet: D5, 3F and 34. RGB value is (213,63,52). Sum of RGB (Red+Green+Blue) = 213+63+52=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F34 is #2AC0CB. Grayscale: #6A6A6A. Windows color (decimal): -2801868 or 3424213. OLE color: 3424213.
HSL color Cylindrical-coordinate representation of color #D53F34: hue angle of 4.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53F34 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 52 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.16 |
| HSL | 4.1º | 0.66% | 0.52% | - |
| HSV(B) | 4.1º | 0.76% | 0.84% | - |
| XYZ | 29.84 | 17.95 | 5.14 | - |
| YUV | 106.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 52 | 0 | 0.70 | 0.76 | 0.16 | 4.1 | 0.66 | 0.52 |
| Hex | D5 | 3F | 34 | 0 | 46 | 4C | 10 | 4 | 42 | 34 |
| Octal | 325 | 77 | 64 | 0 | 106 | 114 | 20 | 4 | 102 | 64 |
| Binary | 11010101 | 111111 | 110100 | 0 | 1000110 | 1001100 | 10000 | 100 | 1000010 | 110100 |
Color Harmonies of #D53F34
Complementary color
Monochromatic Colors of #D53F34
Black with #D53F34
Text Example
Text Example
White with #D53F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F34; }
p { color: rgb(213,63,52); }
H1.HeaderClassName
{
color: #D53F34;
}
.AnyTagClassName
{
color: #D53F34;
}
</style>
background-color css
<style>
a { background-color: #D53F34; }
a { background-color: rgb(213,63,52); }
div.DivClassName
{
background-color: #D53F34;
}
.BgClassName
{
background-color: #D53F34;
}
</style>
border-color css
<style>
span { border-color: #D53F34; }
span { border-color: rgb(213,63,52); }
td.TdClassName
{
border-color: #D53F34;
}
.TagClassName
{
border-color: #D53F34;
}
</style>