Shades of Cinnabar #D53F27
Tints of Cinnabar #D53F27
RGB
CMYK
RGB Variations
Color information
#D53F27 (or 0xD53F27) is known color: Cinnabar. HEX triplet: D5, 3F and 27. RGB value is (213,63,39). Sum of RGB (Red+Green+Blue) = 213+63+39=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F27 is #2AC0D8. Grayscale: #696969. Windows color (decimal): -2801881 or 2572245. OLE color: 2572245.
HSL color Cylindrical-coordinate representation of color #D53F27: hue angle of 8.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D53F27 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.16 |
| HSL | 8.28º | 0.69% | 0.49% | - |
| HSV(B) | 8.28º | 0.82% | 0.84% | - |
| XYZ | 29.58 | 17.85 | 3.81 | - |
| YUV | 105.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 39 | 0 | 0.70 | 0.82 | 0.16 | 8.28 | 0.69 | 0.49 |
| Hex | D5 | 3F | 27 | 0 | 46 | 52 | 10 | 8 | 45 | 31 |
| Octal | 325 | 77 | 47 | 0 | 106 | 122 | 20 | 10 | 105 | 61 |
| Binary | 11010101 | 111111 | 100111 | 0 | 1000110 | 1010010 | 10000 | 1000 | 1000101 | 110001 |
Color Harmonies of #D53F27
Complementary color
Monochromatic Colors of #D53F27
Black with #D53F27
Text Example
Text Example
White with #D53F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F27; }
p { color: rgb(213,63,39); }
H1.HeaderClassName
{
color: #D53F27;
}
.AnyTagClassName
{
color: #D53F27;
}
</style>
background-color css
<style>
a { background-color: #D53F27; }
a { background-color: rgb(213,63,39); }
div.DivClassName
{
background-color: #D53F27;
}
.BgClassName
{
background-color: #D53F27;
}
</style>
border-color css
<style>
span { border-color: #D53F27; }
span { border-color: rgb(213,63,39); }
td.TdClassName
{
border-color: #D53F27;
}
.TagClassName
{
border-color: #D53F27;
}
</style>