Shades of Cinnabar #D73F22
Tints of Cinnabar #D73F22
RGB
CMYK
RGB Variations
Color information
#D73F22 (or 0xD73F22) is known color: Cinnabar. HEX triplet: D7, 3F and 22. RGB value is (215,63,34). Sum of RGB (Red+Green+Blue) = 215+63+34=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F22 is #28C0DD. Grayscale: #696969. Windows color (decimal): -2670814 or 2244567. OLE color: 2244567.
HSL color Cylindrical-coordinate representation of color #D73F22: hue angle of 9.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D73F22 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 34 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.16 |
| HSL | 9.61º | 0.73% | 0.49% | - |
| HSV(B) | 9.61º | 0.84% | 0.84% | - |
| XYZ | 30.09 | 18.12 | 3.42 | - |
| YUV | 105.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 34 | 0 | 0.71 | 0.84 | 0.16 | 9.61 | 0.73 | 0.49 |
| Hex | D7 | 3F | 22 | 0 | 47 | 54 | 10 | A | 49 | 31 |
| Octal | 327 | 77 | 42 | 0 | 107 | 124 | 20 | 12 | 111 | 61 |
| Binary | 11010111 | 111111 | 100010 | 0 | 1000111 | 1010100 | 10000 | 1010 | 1001001 | 110001 |
Color Harmonies of #D73F22
Complementary color
Monochromatic Colors of #D73F22
Black with #D73F22
Text Example
Text Example
White with #D73F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F22; }
p { color: rgb(215,63,34); }
H1.HeaderClassName
{
color: #D73F22;
}
.AnyTagClassName
{
color: #D73F22;
}
</style>
background-color css
<style>
a { background-color: #D73F22; }
a { background-color: rgb(215,63,34); }
div.DivClassName
{
background-color: #D73F22;
}
.BgClassName
{
background-color: #D73F22;
}
</style>
border-color css
<style>
span { border-color: #D73F22; }
span { border-color: rgb(215,63,34); }
td.TdClassName
{
border-color: #D73F22;
}
.TagClassName
{
border-color: #D73F22;
}
</style>