Shades of Cinnabar #D53F2F
Tints of Cinnabar #D53F2F
RGB
CMYK
RGB Variations
Color information
#D53F2F (or 0xD53F2F) is known color: Cinnabar. HEX triplet: D5, 3F and 2F. RGB value is (213,63,47). Sum of RGB (Red+Green+Blue) = 213+63+47=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F2F is #2AC0D0. Grayscale: #6A6A6A. Windows color (decimal): -2801873 or 3096533. OLE color: 3096533.
HSL color Cylindrical-coordinate representation of color #D53F2F: hue angle of 5.78º degrees, saturation: 0.66, 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 #D53F2F is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 47 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.16 |
| HSL | 5.78º | 0.66% | 0.51% | - |
| HSV(B) | 5.78º | 0.78% | 0.84% | - |
| XYZ | 29.73 | 17.91 | 4.58 | - |
| YUV | 106.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 47 | 0 | 0.70 | 0.78 | 0.16 | 5.78 | 0.66 | 0.51 |
| Hex | D5 | 3F | 2F | 0 | 46 | 4E | 10 | 6 | 42 | 33 |
| Octal | 325 | 77 | 57 | 0 | 106 | 116 | 20 | 6 | 102 | 63 |
| Binary | 11010101 | 111111 | 101111 | 0 | 1000110 | 1001110 | 10000 | 110 | 1000010 | 110011 |
Color Harmonies of #D53F2F
Complementary color
Monochromatic Colors of #D53F2F
Black with #D53F2F
Text Example
Text Example
White with #D53F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F2F; }
p { color: rgb(213,63,47); }
H1.HeaderClassName
{
color: #D53F2F;
}
.AnyTagClassName
{
color: #D53F2F;
}
</style>
background-color css
<style>
a { background-color: #D53F2F; }
a { background-color: rgb(213,63,47); }
div.DivClassName
{
background-color: #D53F2F;
}
.BgClassName
{
background-color: #D53F2F;
}
</style>
border-color css
<style>
span { border-color: #D53F2F; }
span { border-color: rgb(213,63,47); }
td.TdClassName
{
border-color: #D53F2F;
}
.TagClassName
{
border-color: #D53F2F;
}
</style>