Shades of Cinnabar #D73D39
Tints of Cinnabar #D73D39
RGB
CMYK
RGB Variations
Color information
#D73D39 (or 0xD73D39) is known color: Cinnabar. HEX triplet: D7, 3D and 39. RGB value is (215,61,57). Sum of RGB (Red+Green+Blue) = 215+61+57=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D39 is #28C2C6. Grayscale: #6A6A6A. Windows color (decimal): -2671303 or 3751383. OLE color: 3751383.
HSL color Cylindrical-coordinate representation of color #D73D39: hue angle of 1.52º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73D39 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 57 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.16 |
| HSL | 1.52º | 0.66% | 0.53% | - |
| HSV(B) | 1.52º | 0.73% | 0.84% | - |
| XYZ | 30.43 | 18.08 | 5.76 | - |
| YUV | 106.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 57 | 0 | 0.72 | 0.73 | 0.16 | 1.52 | 0.66 | 0.53 |
| Hex | D7 | 3D | 39 | 0 | 48 | 49 | 10 | 2 | 42 | 35 |
| Octal | 327 | 75 | 71 | 0 | 110 | 111 | 20 | 2 | 102 | 65 |
| Binary | 11010111 | 111101 | 111001 | 0 | 1001000 | 1001001 | 10000 | 10 | 1000010 | 110101 |
Color Harmonies of #D73D39
Complementary color
Monochromatic Colors of #D73D39
Black with #D73D39
Text Example
Text Example
White with #D73D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D39; }
p { color: rgb(215,61,57); }
H1.HeaderClassName
{
color: #D73D39;
}
.AnyTagClassName
{
color: #D73D39;
}
</style>
background-color css
<style>
a { background-color: #D73D39; }
a { background-color: rgb(215,61,57); }
div.DivClassName
{
background-color: #D73D39;
}
.BgClassName
{
background-color: #D73D39;
}
</style>
border-color css
<style>
span { border-color: #D73D39; }
span { border-color: rgb(215,61,57); }
td.TdClassName
{
border-color: #D73D39;
}
.TagClassName
{
border-color: #D73D39;
}
</style>