Shades of Cinnabar #D73D2F
Tints of Cinnabar #D73D2F
RGB
CMYK
RGB Variations
Color information
#D73D2F (or 0xD73D2F) is known color: Cinnabar. HEX triplet: D7, 3D and 2F. RGB value is (215,61,47). Sum of RGB (Red+Green+Blue) = 215+61+47=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D2F is #28C2D0. Grayscale: #696969. Windows color (decimal): -2671313 or 3096023. OLE color: 3096023.
HSL color Cylindrical-coordinate representation of color #D73D2F: hue angle of 5º 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 #D73D2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.16 |
| HSL | 5º | 0.68% | 0.51% | - |
| HSV(B) | 5º | 0.78% | 0.84% | - |
| XYZ | 30.21 | 17.99 | 4.57 | - |
| YUV | 105.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 47 | 0 | 0.72 | 0.78 | 0.16 | 5 | 0.68 | 0.51 |
| Hex | D7 | 3D | 2F | 0 | 48 | 4E | 10 | 5 | 44 | 33 |
| Octal | 327 | 75 | 57 | 0 | 110 | 116 | 20 | 5 | 104 | 63 |
| Binary | 11010111 | 111101 | 101111 | 0 | 1001000 | 1001110 | 10000 | 101 | 1000100 | 110011 |
Color Harmonies of #D73D2F
Complementary color
Monochromatic Colors of #D73D2F
Black with #D73D2F
Text Example
Text Example
White with #D73D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D2F; }
p { color: rgb(215,61,47); }
H1.HeaderClassName
{
color: #D73D2F;
}
.AnyTagClassName
{
color: #D73D2F;
}
</style>
background-color css
<style>
a { background-color: #D73D2F; }
a { background-color: rgb(215,61,47); }
div.DivClassName
{
background-color: #D73D2F;
}
.BgClassName
{
background-color: #D73D2F;
}
</style>
border-color css
<style>
span { border-color: #D73D2F; }
span { border-color: rgb(215,61,47); }
td.TdClassName
{
border-color: #D73D2F;
}
.TagClassName
{
border-color: #D73D2F;
}
</style>