Shades of Cinnabar #D73E30
Tints of Cinnabar #D73E30
RGB
CMYK
RGB Variations
Color information
#D73E30 (or 0xD73E30) is known color: Cinnabar. HEX triplet: D7, 3E and 30. RGB value is (215,62,48). Sum of RGB (Red+Green+Blue) = 215+62+48=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E30 is #28C1CF. Grayscale: #6A6A6A. Windows color (decimal): -2671056 or 3161815. OLE color: 3161815.
HSL color Cylindrical-coordinate representation of color #D73E30: hue angle of 5.03º 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 #D73E30 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 48 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.16 |
| HSL | 5.03º | 0.68% | 0.52% | - |
| HSV(B) | 5.03º | 0.78% | 0.84% | - |
| XYZ | 30.28 | 18.11 | 4.7 | - |
| YUV | 106.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 48 | 0 | 0.71 | 0.78 | 0.16 | 5.03 | 0.68 | 0.52 |
| Hex | D7 | 3E | 30 | 0 | 47 | 4E | 10 | 5 | 44 | 34 |
| Octal | 327 | 76 | 60 | 0 | 107 | 116 | 20 | 5 | 104 | 64 |
| Binary | 11010111 | 111110 | 110000 | 0 | 1000111 | 1001110 | 10000 | 101 | 1000100 | 110100 |
Color Harmonies of #D73E30
Complementary color
Monochromatic Colors of #D73E30
Black with #D73E30
Text Example
Text Example
White with #D73E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E30; }
p { color: rgb(215,62,48); }
H1.HeaderClassName
{
color: #D73E30;
}
.AnyTagClassName
{
color: #D73E30;
}
</style>
background-color css
<style>
a { background-color: #D73E30; }
a { background-color: rgb(215,62,48); }
div.DivClassName
{
background-color: #D73E30;
}
.BgClassName
{
background-color: #D73E30;
}
</style>
border-color css
<style>
span { border-color: #D73E30; }
span { border-color: rgb(215,62,48); }
td.TdClassName
{
border-color: #D73E30;
}
.TagClassName
{
border-color: #D73E30;
}
</style>