Shades of Cinnabar #D73D34
Tints of Cinnabar #D73D34
RGB
CMYK
RGB Variations
Color information
#D73D34 (or 0xD73D34) is known color: Cinnabar. HEX triplet: D7, 3D and 34. RGB value is (215,61,52). Sum of RGB (Red+Green+Blue) = 215+61+52=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D34 is #28C2CB. Grayscale: #6A6A6A. Windows color (decimal): -2671308 or 3423703. OLE color: 3423703.
HSL color Cylindrical-coordinate representation of color #D73D34: hue angle of 3.31º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73D34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 52 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.16 |
| HSL | 3.31º | 0.67% | 0.52% | - |
| HSV(B) | 3.31º | 0.76% | 0.84% | - |
| XYZ | 30.31 | 18.03 | 5.13 | - |
| YUV | 106.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 52 | 0 | 0.72 | 0.76 | 0.16 | 3.31 | 0.67 | 0.52 |
| Hex | D7 | 3D | 34 | 0 | 48 | 4C | 10 | 3 | 43 | 34 |
| Octal | 327 | 75 | 64 | 0 | 110 | 114 | 20 | 3 | 103 | 64 |
| Binary | 11010111 | 111101 | 110100 | 0 | 1001000 | 1001100 | 10000 | 11 | 1000011 | 110100 |
Color Harmonies of #D73D34
Complementary color
Monochromatic Colors of #D73D34
Black with #D73D34
Text Example
Text Example
White with #D73D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D34; }
p { color: rgb(215,61,52); }
H1.HeaderClassName
{
color: #D73D34;
}
.AnyTagClassName
{
color: #D73D34;
}
</style>
background-color css
<style>
a { background-color: #D73D34; }
a { background-color: rgb(215,61,52); }
div.DivClassName
{
background-color: #D73D34;
}
.BgClassName
{
background-color: #D73D34;
}
</style>
border-color css
<style>
span { border-color: #D73D34; }
span { border-color: rgb(215,61,52); }
td.TdClassName
{
border-color: #D73D34;
}
.TagClassName
{
border-color: #D73D34;
}
</style>