Shades of Cinnabar #D73B30
Tints of Cinnabar #D73B30
RGB
CMYK
RGB Variations
Color information
#D73B30 (or 0xD73B30) is known color: Cinnabar. HEX triplet: D7, 3B and 30. RGB value is (215,59,48). Sum of RGB (Red+Green+Blue) = 215+59+48=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B30 is #28C4CF. Grayscale: #686868. Windows color (decimal): -2671824 or 3161047. OLE color: 3161047.
HSL color Cylindrical-coordinate representation of color #D73B30: hue angle of 3.95º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73B30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 48 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.16 |
| HSL | 3.95º | 0.68% | 0.52% | - |
| HSV(B) | 3.95º | 0.78% | 0.84% | - |
| XYZ | 30.12 | 17.79 | 4.64 | - |
| YUV | 104.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 48 | 0 | 0.73 | 0.78 | 0.16 | 3.95 | 0.68 | 0.52 |
| Hex | D7 | 3B | 30 | 0 | 49 | 4E | 10 | 4 | 44 | 34 |
| Octal | 327 | 73 | 60 | 0 | 111 | 116 | 20 | 4 | 104 | 64 |
| Binary | 11010111 | 111011 | 110000 | 0 | 1001001 | 1001110 | 10000 | 100 | 1000100 | 110100 |
Color Harmonies of #D73B30
Complementary color
Monochromatic Colors of #D73B30
Black with #D73B30
Text Example
Text Example
White with #D73B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B30; }
p { color: rgb(215,59,48); }
H1.HeaderClassName
{
color: #D73B30;
}
.AnyTagClassName
{
color: #D73B30;
}
</style>
background-color css
<style>
a { background-color: #D73B30; }
a { background-color: rgb(215,59,48); }
div.DivClassName
{
background-color: #D73B30;
}
.BgClassName
{
background-color: #D73B30;
}
</style>
border-color css
<style>
span { border-color: #D73B30; }
span { border-color: rgb(215,59,48); }
td.TdClassName
{
border-color: #D73B30;
}
.TagClassName
{
border-color: #D73B30;
}
</style>