Shades of Cinnabar #D73F26
Tints of Cinnabar #D73F26
RGB
CMYK
RGB Variations
Color information
#D73F26 (or 0xD73F26) is known color: Cinnabar. HEX triplet: D7, 3F and 26. RGB value is (215,63,38). Sum of RGB (Red+Green+Blue) = 215+63+38=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F26 is #28C0D9. Grayscale: #696969. Windows color (decimal): -2670810 or 2506711. OLE color: 2506711.
HSL color Cylindrical-coordinate representation of color #D73F26: hue angle of 8.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D73F26 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 38 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.16 |
| HSL | 8.47º | 0.7% | 0.5% | - |
| HSV(B) | 8.47º | 0.82% | 0.84% | - |
| XYZ | 30.15 | 18.14 | 3.75 | - |
| YUV | 105.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 38 | 0 | 0.71 | 0.82 | 0.16 | 8.47 | 0.7 | 0.5 |
| Hex | D7 | 3F | 26 | 0 | 47 | 52 | 10 | 8 | 46 | 32 |
| Octal | 327 | 77 | 46 | 0 | 107 | 122 | 20 | 10 | 106 | 62 |
| Binary | 11010111 | 111111 | 100110 | 0 | 1000111 | 1010010 | 10000 | 1000 | 1000110 | 110010 |
Color Harmonies of #D73F26
Complementary color
Monochromatic Colors of #D73F26
Black with #D73F26
Text Example
Text Example
White with #D73F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F26; }
p { color: rgb(215,63,38); }
H1.HeaderClassName
{
color: #D73F26;
}
.AnyTagClassName
{
color: #D73F26;
}
</style>
background-color css
<style>
a { background-color: #D73F26; }
a { background-color: rgb(215,63,38); }
div.DivClassName
{
background-color: #D73F26;
}
.BgClassName
{
background-color: #D73F26;
}
</style>
border-color css
<style>
span { border-color: #D73F26; }
span { border-color: rgb(215,63,38); }
td.TdClassName
{
border-color: #D73F26;
}
.TagClassName
{
border-color: #D73F26;
}
</style>