Shades of Cinnabar #D73D37
Tints of Cinnabar #D73D37
RGB
CMYK
RGB Variations
Color information
#D73D37 (or 0xD73D37) is known color: Cinnabar. HEX triplet: D7, 3D and 37. RGB value is (215,61,55). Sum of RGB (Red+Green+Blue) = 215+61+55=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D37 is #28C2C8. Grayscale: #6A6A6A. Windows color (decimal): -2671305 or 3620311. OLE color: 3620311.
HSL color Cylindrical-coordinate representation of color #D73D37: hue angle of 2.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73D37 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 55 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.16 |
| HSL | 2.25º | 0.67% | 0.53% | - |
| HSV(B) | 2.25º | 0.74% | 0.84% | - |
| XYZ | 30.38 | 18.06 | 5.5 | - |
| YUV | 106.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 55 | 0 | 0.72 | 0.74 | 0.16 | 2.25 | 0.67 | 0.53 |
| Hex | D7 | 3D | 37 | 0 | 48 | 4A | 10 | 2 | 43 | 35 |
| Octal | 327 | 75 | 67 | 0 | 110 | 112 | 20 | 2 | 103 | 65 |
| Binary | 11010111 | 111101 | 110111 | 0 | 1001000 | 1001010 | 10000 | 10 | 1000011 | 110101 |
Color Harmonies of #D73D37
Complementary color
Monochromatic Colors of #D73D37
Black with #D73D37
Text Example
Text Example
White with #D73D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D37; }
p { color: rgb(215,61,55); }
H1.HeaderClassName
{
color: #D73D37;
}
.AnyTagClassName
{
color: #D73D37;
}
</style>
background-color css
<style>
a { background-color: #D73D37; }
a { background-color: rgb(215,61,55); }
div.DivClassName
{
background-color: #D73D37;
}
.BgClassName
{
background-color: #D73D37;
}
</style>
border-color css
<style>
span { border-color: #D73D37; }
span { border-color: rgb(215,61,55); }
td.TdClassName
{
border-color: #D73D37;
}
.TagClassName
{
border-color: #D73D37;
}
</style>