Shades of Cinnabar #D73B31
Tints of Cinnabar #D73B31
RGB
CMYK
RGB Variations
Color information
#D73B31 (or 0xD73B31) is known color: Cinnabar. HEX triplet: D7, 3B and 31. RGB value is (215,59,49). Sum of RGB (Red+Green+Blue) = 215+59+49=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B31 is #28C4CE. Grayscale: #686868. Windows color (decimal): -2671823 or 3226583. OLE color: 3226583.
HSL color Cylindrical-coordinate representation of color #D73B31: hue angle of 3.61º 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 #D73B31 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 49 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.16 |
| HSL | 3.61º | 0.67% | 0.52% | - |
| HSV(B) | 3.61º | 0.77% | 0.84% | - |
| XYZ | 30.14 | 17.8 | 4.75 | - |
| YUV | 104.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 49 | 0 | 0.73 | 0.77 | 0.16 | 3.61 | 0.67 | 0.52 |
| Hex | D7 | 3B | 31 | 0 | 49 | 4D | 10 | 4 | 43 | 34 |
| Octal | 327 | 73 | 61 | 0 | 111 | 115 | 20 | 4 | 103 | 64 |
| Binary | 11010111 | 111011 | 110001 | 0 | 1001001 | 1001101 | 10000 | 100 | 1000011 | 110100 |
Color Harmonies of #D73B31
Complementary color
Monochromatic Colors of #D73B31
Black with #D73B31
Text Example
Text Example
White with #D73B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B31; }
p { color: rgb(215,59,49); }
H1.HeaderClassName
{
color: #D73B31;
}
.AnyTagClassName
{
color: #D73B31;
}
</style>
background-color css
<style>
a { background-color: #D73B31; }
a { background-color: rgb(215,59,49); }
div.DivClassName
{
background-color: #D73B31;
}
.BgClassName
{
background-color: #D73B31;
}
</style>
border-color css
<style>
span { border-color: #D73B31; }
span { border-color: rgb(215,59,49); }
td.TdClassName
{
border-color: #D73B31;
}
.TagClassName
{
border-color: #D73B31;
}
</style>