Shades of Cinnabar #D73B32
Tints of Cinnabar #D73B32
RGB
CMYK
RGB Variations
Color information
#D73B32 (or 0xD73B32) is known color: Cinnabar. HEX triplet: D7, 3B and 32. RGB value is (215,59,50). Sum of RGB (Red+Green+Blue) = 215+59+50=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B32 is #28C4CD. Grayscale: #686868. Windows color (decimal): -2671822 or 3292119. OLE color: 3292119.
HSL color Cylindrical-coordinate representation of color #D73B32: hue angle of 3.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73B32 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 50 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.16 |
| HSL | 3.27º | 0.67% | 0.52% | - |
| HSV(B) | 3.27º | 0.77% | 0.84% | - |
| XYZ | 30.16 | 17.81 | 4.86 | - |
| YUV | 104.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 50 | 0 | 0.73 | 0.77 | 0.16 | 3.27 | 0.67 | 0.52 |
| Hex | D7 | 3B | 32 | 0 | 49 | 4D | 10 | 3 | 43 | 34 |
| Octal | 327 | 73 | 62 | 0 | 111 | 115 | 20 | 3 | 103 | 64 |
| Binary | 11010111 | 111011 | 110010 | 0 | 1001001 | 1001101 | 10000 | 11 | 1000011 | 110100 |
Color Harmonies of #D73B32
Complementary color
Monochromatic Colors of #D73B32
Black with #D73B32
Text Example
Text Example
White with #D73B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B32; }
p { color: rgb(215,59,50); }
H1.HeaderClassName
{
color: #D73B32;
}
.AnyTagClassName
{
color: #D73B32;
}
</style>
background-color css
<style>
a { background-color: #D73B32; }
a { background-color: rgb(215,59,50); }
div.DivClassName
{
background-color: #D73B32;
}
.BgClassName
{
background-color: #D73B32;
}
</style>
border-color css
<style>
span { border-color: #D73B32; }
span { border-color: rgb(215,59,50); }
td.TdClassName
{
border-color: #D73B32;
}
.TagClassName
{
border-color: #D73B32;
}
</style>