Shades of Cinnabar #D53F3A
Tints of Cinnabar #D53F3A
RGB
CMYK
RGB Variations
Color information
#D53F3A (or 0xD53F3A) is known color: Cinnabar. HEX triplet: D5, 3F and 3A. RGB value is (213,63,58). Sum of RGB (Red+Green+Blue) = 213+63+58=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F3A is #2AC0C5. Grayscale: #6B6B6B. Windows color (decimal): -2801862 or 3817429. OLE color: 3817429.
HSL color Cylindrical-coordinate representation of color #D53F3A: hue angle of 1.94º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53F3A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 58 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.16 |
| HSL | 1.94º | 0.65% | 0.53% | - |
| HSV(B) | 1.94º | 0.73% | 0.84% | - |
| XYZ | 29.98 | 18.01 | 5.9 | - |
| YUV | 107.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 58 | 0 | 0.70 | 0.73 | 0.16 | 1.94 | 0.65 | 0.53 |
| Hex | D5 | 3F | 3A | 0 | 46 | 49 | 10 | 2 | 41 | 35 |
| Octal | 325 | 77 | 72 | 0 | 106 | 111 | 20 | 2 | 101 | 65 |
| Binary | 11010101 | 111111 | 111010 | 0 | 1000110 | 1001001 | 10000 | 10 | 1000001 | 110101 |
Color Harmonies of #D53F3A
Complementary color
Monochromatic Colors of #D53F3A
Black with #D53F3A
Text Example
Text Example
White with #D53F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F3A; }
p { color: rgb(213,63,58); }
H1.HeaderClassName
{
color: #D53F3A;
}
.AnyTagClassName
{
color: #D53F3A;
}
</style>
background-color css
<style>
a { background-color: #D53F3A; }
a { background-color: rgb(213,63,58); }
div.DivClassName
{
background-color: #D53F3A;
}
.BgClassName
{
background-color: #D53F3A;
}
</style>
border-color css
<style>
span { border-color: #D53F3A; }
span { border-color: rgb(213,63,58); }
td.TdClassName
{
border-color: #D53F3A;
}
.TagClassName
{
border-color: #D53F3A;
}
</style>