Shades of Cinnabar #D53F2C
Tints of Cinnabar #D53F2C
RGB
CMYK
RGB Variations
Color information
#D53F2C (or 0xD53F2C) is known color: Cinnabar. HEX triplet: D5, 3F and 2C. RGB value is (213,63,44). Sum of RGB (Red+Green+Blue) = 213+63+44=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F2C is #2AC0D3. Grayscale: #696969. Windows color (decimal): -2801876 or 2899925. OLE color: 2899925.
HSL color Cylindrical-coordinate representation of color #D53F2C: hue angle of 6.75º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D53F2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.16 |
| HSL | 6.75º | 0.67% | 0.5% | - |
| HSV(B) | 6.75º | 0.79% | 0.84% | - |
| XYZ | 29.67 | 17.88 | 4.27 | - |
| YUV | 105.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 44 | 0 | 0.70 | 0.79 | 0.16 | 6.75 | 0.67 | 0.5 |
| Hex | D5 | 3F | 2C | 0 | 46 | 4F | 10 | 7 | 43 | 32 |
| Octal | 325 | 77 | 54 | 0 | 106 | 117 | 20 | 7 | 103 | 62 |
| Binary | 11010101 | 111111 | 101100 | 0 | 1000110 | 1001111 | 10000 | 111 | 1000011 | 110010 |
Color Harmonies of #D53F2C
Complementary color
Monochromatic Colors of #D53F2C
Black with #D53F2C
Text Example
Text Example
White with #D53F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F2C; }
p { color: rgb(213,63,44); }
H1.HeaderClassName
{
color: #D53F2C;
}
.AnyTagClassName
{
color: #D53F2C;
}
</style>
background-color css
<style>
a { background-color: #D53F2C; }
a { background-color: rgb(213,63,44); }
div.DivClassName
{
background-color: #D53F2C;
}
.BgClassName
{
background-color: #D53F2C;
}
</style>
border-color css
<style>
span { border-color: #D53F2C; }
span { border-color: rgb(213,63,44); }
td.TdClassName
{
border-color: #D53F2C;
}
.TagClassName
{
border-color: #D53F2C;
}
</style>