Shades of Cinnabar #D73E32
Tints of Cinnabar #D73E32
RGB
CMYK
RGB Variations
Color information
#D73E32 (or 0xD73E32) is known color: Cinnabar. HEX triplet: D7, 3E and 32. RGB value is (215,62,50). Sum of RGB (Red+Green+Blue) = 215+62+50=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E32 is #28C1CD. Grayscale: #6A6A6A. Windows color (decimal): -2671054 or 3292887. OLE color: 3292887.
HSL color Cylindrical-coordinate representation of color #D73E32: hue angle of 4.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73E32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.16 |
| HSL | 4.36º | 0.67% | 0.52% | - |
| HSV(B) | 4.36º | 0.77% | 0.84% | - |
| XYZ | 30.32 | 18.12 | 4.92 | - |
| YUV | 106.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 50 | 0 | 0.71 | 0.77 | 0.16 | 4.36 | 0.67 | 0.52 |
| Hex | D7 | 3E | 32 | 0 | 47 | 4D | 10 | 4 | 43 | 34 |
| Octal | 327 | 76 | 62 | 0 | 107 | 115 | 20 | 4 | 103 | 64 |
| Binary | 11010111 | 111110 | 110010 | 0 | 1000111 | 1001101 | 10000 | 100 | 1000011 | 110100 |
Color Harmonies of #D73E32
Complementary color
Monochromatic Colors of #D73E32
Black with #D73E32
Text Example
Text Example
White with #D73E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E32; }
p { color: rgb(215,62,50); }
H1.HeaderClassName
{
color: #D73E32;
}
.AnyTagClassName
{
color: #D73E32;
}
</style>
background-color css
<style>
a { background-color: #D73E32; }
a { background-color: rgb(215,62,50); }
div.DivClassName
{
background-color: #D73E32;
}
.BgClassName
{
background-color: #D73E32;
}
</style>
border-color css
<style>
span { border-color: #D73E32; }
span { border-color: rgb(215,62,50); }
td.TdClassName
{
border-color: #D73E32;
}
.TagClassName
{
border-color: #D73E32;
}
</style>