Shades of Cinnabar #D53F2B
Tints of Cinnabar #D53F2B
RGB
CMYK
RGB Variations
Color information
#D53F2B (or 0xD53F2B) is known color: Cinnabar. HEX triplet: D5, 3F and 2B. RGB value is (213,63,43). Sum of RGB (Red+Green+Blue) = 213+63+43=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F2B is #2AC0D4. Grayscale: #696969. Windows color (decimal): -2801877 or 2834389. OLE color: 2834389.
HSL color Cylindrical-coordinate representation of color #D53F2B: hue angle of 7.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D53F2B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 43 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.16 |
| HSL | 7.06º | 0.67% | 0.5% | - |
| HSV(B) | 7.06º | 0.8% | 0.84% | - |
| XYZ | 29.65 | 17.88 | 4.17 | - |
| YUV | 105.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 43 | 0 | 0.70 | 0.80 | 0.16 | 7.06 | 0.67 | 0.5 |
| Hex | D5 | 3F | 2B | 0 | 46 | 50 | 10 | 7 | 43 | 32 |
| Octal | 325 | 77 | 53 | 0 | 106 | 120 | 20 | 7 | 103 | 62 |
| Binary | 11010101 | 111111 | 101011 | 0 | 1000110 | 1010000 | 10000 | 111 | 1000011 | 110010 |
Color Harmonies of #D53F2B
Complementary color
Monochromatic Colors of #D53F2B
Black with #D53F2B
Text Example
Text Example
White with #D53F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F2B; }
p { color: rgb(213,63,43); }
H1.HeaderClassName
{
color: #D53F2B;
}
.AnyTagClassName
{
color: #D53F2B;
}
</style>
background-color css
<style>
a { background-color: #D53F2B; }
a { background-color: rgb(213,63,43); }
div.DivClassName
{
background-color: #D53F2B;
}
.BgClassName
{
background-color: #D53F2B;
}
</style>
border-color css
<style>
span { border-color: #D53F2B; }
span { border-color: rgb(213,63,43); }
td.TdClassName
{
border-color: #D53F2B;
}
.TagClassName
{
border-color: #D53F2B;
}
</style>