Shades of Cinnabar #D73F37
Tints of Cinnabar #D73F37
RGB
CMYK
RGB Variations
Color information
#D73F37 (or 0xD73F37) is known color: Cinnabar. HEX triplet: D7, 3F and 37. RGB value is (215,63,55). Sum of RGB (Red+Green+Blue) = 215+63+55=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F37 is #28C0C8. Grayscale: #6B6B6B. Windows color (decimal): -2670793 or 3620823. OLE color: 3620823.
HSL color Cylindrical-coordinate representation of color #D73F37: hue angle of 3º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73F37 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 55 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.16 |
| HSL | 3º | 0.67% | 0.53% | - |
| HSV(B) | 3º | 0.74% | 0.84% | - |
| XYZ | 30.49 | 18.28 | 5.54 | - |
| YUV | 107.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 55 | 0 | 0.71 | 0.74 | 0.16 | 3 | 0.67 | 0.53 |
| Hex | D7 | 3F | 37 | 0 | 47 | 4A | 10 | 3 | 43 | 35 |
| Octal | 327 | 77 | 67 | 0 | 107 | 112 | 20 | 3 | 103 | 65 |
| Binary | 11010111 | 111111 | 110111 | 0 | 1000111 | 1001010 | 10000 | 11 | 1000011 | 110101 |
Color Harmonies of #D73F37
Complementary color
Monochromatic Colors of #D73F37
Black with #D73F37
Text Example
Text Example
White with #D73F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F37; }
p { color: rgb(215,63,55); }
H1.HeaderClassName
{
color: #D73F37;
}
.AnyTagClassName
{
color: #D73F37;
}
</style>
background-color css
<style>
a { background-color: #D73F37; }
a { background-color: rgb(215,63,55); }
div.DivClassName
{
background-color: #D73F37;
}
.BgClassName
{
background-color: #D73F37;
}
</style>
border-color css
<style>
span { border-color: #D73F37; }
span { border-color: rgb(215,63,55); }
td.TdClassName
{
border-color: #D73F37;
}
.TagClassName
{
border-color: #D73F37;
}
</style>