Shades of Cinnabar #D73F28
Tints of Cinnabar #D73F28
RGB
CMYK
RGB Variations
Color information
#D73F28 (or 0xD73F28) is known color: Cinnabar. HEX triplet: D7, 3F and 28. RGB value is (215,63,40). Sum of RGB (Red+Green+Blue) = 215+63+40=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F28 is #28C0D7. Grayscale: #6A6A6A. Windows color (decimal): -2670808 or 2637783. OLE color: 2637783.
HSL color Cylindrical-coordinate representation of color #D73F28: hue angle of 7.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73F28 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 40 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.16 |
| HSL | 7.89º | 0.69% | 0.5% | - |
| HSV(B) | 7.89º | 0.81% | 0.84% | - |
| XYZ | 30.18 | 18.16 | 3.92 | - |
| YUV | 105.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 40 | 0 | 0.71 | 0.81 | 0.16 | 7.89 | 0.69 | 0.5 |
| Hex | D7 | 3F | 28 | 0 | 47 | 51 | 10 | 8 | 45 | 32 |
| Octal | 327 | 77 | 50 | 0 | 107 | 121 | 20 | 10 | 105 | 62 |
| Binary | 11010111 | 111111 | 101000 | 0 | 1000111 | 1010001 | 10000 | 1000 | 1000101 | 110010 |
Color Harmonies of #D73F28
Complementary color
Monochromatic Colors of #D73F28
Black with #D73F28
Text Example
Text Example
White with #D73F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F28; }
p { color: rgb(215,63,40); }
H1.HeaderClassName
{
color: #D73F28;
}
.AnyTagClassName
{
color: #D73F28;
}
</style>
background-color css
<style>
a { background-color: #D73F28; }
a { background-color: rgb(215,63,40); }
div.DivClassName
{
background-color: #D73F28;
}
.BgClassName
{
background-color: #D73F28;
}
</style>
border-color css
<style>
span { border-color: #D73F28; }
span { border-color: rgb(215,63,40); }
td.TdClassName
{
border-color: #D73F28;
}
.TagClassName
{
border-color: #D73F28;
}
</style>