Shades of Cinnabar #D73B2F
Tints of Cinnabar #D73B2F
RGB
CMYK
RGB Variations
Color information
#D73B2F (or 0xD73B2F) is known color: Cinnabar. HEX triplet: D7, 3B and 2F. RGB value is (215,59,47). Sum of RGB (Red+Green+Blue) = 215+59+47=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B2F is #28C4D0. Grayscale: #686868. Windows color (decimal): -2671825 or 3095511. OLE color: 3095511.
HSL color Cylindrical-coordinate representation of color #D73B2F: hue angle of 4.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73B2F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.16 |
| HSL | 4.29º | 0.68% | 0.51% | - |
| HSV(B) | 4.29º | 0.78% | 0.84% | - |
| XYZ | 30.1 | 17.78 | 4.53 | - |
| YUV | 104.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 47 | 0 | 0.73 | 0.78 | 0.16 | 4.29 | 0.68 | 0.51 |
| Hex | D7 | 3B | 2F | 0 | 49 | 4E | 10 | 4 | 44 | 33 |
| Octal | 327 | 73 | 57 | 0 | 111 | 116 | 20 | 4 | 104 | 63 |
| Binary | 11010111 | 111011 | 101111 | 0 | 1001001 | 1001110 | 10000 | 100 | 1000100 | 110011 |
Color Harmonies of #D73B2F
Complementary color
Monochromatic Colors of #D73B2F
Black with #D73B2F
Text Example
Text Example
White with #D73B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B2F; }
p { color: rgb(215,59,47); }
H1.HeaderClassName
{
color: #D73B2F;
}
.AnyTagClassName
{
color: #D73B2F;
}
</style>
background-color css
<style>
a { background-color: #D73B2F; }
a { background-color: rgb(215,59,47); }
div.DivClassName
{
background-color: #D73B2F;
}
.BgClassName
{
background-color: #D73B2F;
}
</style>
border-color css
<style>
span { border-color: #D73B2F; }
span { border-color: rgb(215,59,47); }
td.TdClassName
{
border-color: #D73B2F;
}
.TagClassName
{
border-color: #D73B2F;
}
</style>