Shades of Cinnabar #D74E3C
Tints of Cinnabar #D74E3C
RGB
CMYK
RGB Variations
Color information
#D74E3C (or 0xD74E3C) is known color: Cinnabar. HEX triplet: D7, 4E and 3C. RGB value is (215,78,60). Sum of RGB (Red+Green+Blue) = 215+78+60=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E3C is #28B1C3. Grayscale: #757575. Windows color (decimal): -2666948 or 3952343. OLE color: 3952343.
HSL color Cylindrical-coordinate representation of color #D74E3C: hue angle of 6.97º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D74E3C is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 60 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.16 |
| HSL | 6.97º | 0.66% | 0.54% | - |
| HSV(B) | 6.97º | 0.72% | 0.84% | - |
| XYZ | 31.56 | 20.22 | 6.51 | - |
| YUV | 116.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 60 | 0 | 0.64 | 0.72 | 0.16 | 6.97 | 0.66 | 0.54 |
| Hex | D7 | 4E | 3C | 0 | 40 | 48 | 10 | 7 | 42 | 36 |
| Octal | 327 | 116 | 74 | 0 | 100 | 110 | 20 | 7 | 102 | 66 |
| Binary | 11010111 | 1001110 | 111100 | 0 | 1000000 | 1001000 | 10000 | 111 | 1000010 | 110110 |
Color Harmonies of #D74E3C
Complementary color
Monochromatic Colors of #D74E3C
Black with #D74E3C
Text Example
Text Example
White with #D74E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E3C; }
p { color: rgb(215,78,60); }
H1.HeaderClassName
{
color: #D74E3C;
}
.AnyTagClassName
{
color: #D74E3C;
}
</style>
background-color css
<style>
a { background-color: #D74E3C; }
a { background-color: rgb(215,78,60); }
div.DivClassName
{
background-color: #D74E3C;
}
.BgClassName
{
background-color: #D74E3C;
}
</style>
border-color css
<style>
span { border-color: #D74E3C; }
span { border-color: rgb(215,78,60); }
td.TdClassName
{
border-color: #D74E3C;
}
.TagClassName
{
border-color: #D74E3C;
}
</style>