Shades of Cinnabar #D53F29
Tints of Cinnabar #D53F29
RGB
CMYK
RGB Variations
Color information
#D53F29 (or 0xD53F29) is known color: Cinnabar. HEX triplet: D5, 3F and 29. RGB value is (213,63,41). Sum of RGB (Red+Green+Blue) = 213+63+41=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F29 is #2AC0D6. Grayscale: #696969. Windows color (decimal): -2801879 or 2703317. OLE color: 2703317.
HSL color Cylindrical-coordinate representation of color #D53F29: hue angle of 7.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D53F29 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 41 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.16 |
| HSL | 7.67º | 0.68% | 0.5% | - |
| HSV(B) | 7.67º | 0.81% | 0.84% | - |
| XYZ | 29.62 | 17.86 | 3.98 | - |
| YUV | 105.34 | 91.7 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 41 | 0 | 0.70 | 0.81 | 0.16 | 7.67 | 0.68 | 0.5 |
| Hex | D5 | 3F | 29 | 0 | 46 | 51 | 10 | 8 | 44 | 32 |
| Octal | 325 | 77 | 51 | 0 | 106 | 121 | 20 | 10 | 104 | 62 |
| Binary | 11010101 | 111111 | 101001 | 0 | 1000110 | 1010001 | 10000 | 1000 | 1000100 | 110010 |
Color Harmonies of #D53F29
Complementary color
Monochromatic Colors of #D53F29
Black with #D53F29
Text Example
Text Example
White with #D53F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F29; }
p { color: rgb(213,63,41); }
H1.HeaderClassName
{
color: #D53F29;
}
.AnyTagClassName
{
color: #D53F29;
}
</style>
background-color css
<style>
a { background-color: #D53F29; }
a { background-color: rgb(213,63,41); }
div.DivClassName
{
background-color: #D53F29;
}
.BgClassName
{
background-color: #D53F29;
}
</style>
border-color css
<style>
span { border-color: #D53F29; }
span { border-color: rgb(213,63,41); }
td.TdClassName
{
border-color: #D53F29;
}
.TagClassName
{
border-color: #D53F29;
}
</style>