Shades of Cinnabar #D74A2E
Tints of Cinnabar #D74A2E
RGB
CMYK
RGB Variations
Color information
#D74A2E (or 0xD74A2E) is known color: Cinnabar. HEX triplet: D7, 4A and 2E. RGB value is (215,74,46). Sum of RGB (Red+Green+Blue) = 215+74+46=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A2E is #28B5D1. Grayscale: #717171. Windows color (decimal): -2667986 or 3033815. OLE color: 3033815.
HSL color Cylindrical-coordinate representation of color #D74A2E: hue angle of 9.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D74A2E is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 46 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.16 |
| HSL | 9.94º | 0.68% | 0.51% | - |
| HSV(B) | 9.94º | 0.79% | 0.84% | - |
| XYZ | 30.97 | 19.54 | 4.72 | - |
| YUV | 112.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 46 | 0 | 0.66 | 0.79 | 0.16 | 9.94 | 0.68 | 0.51 |
| Hex | D7 | 4A | 2E | 0 | 42 | 4F | 10 | A | 44 | 33 |
| Octal | 327 | 112 | 56 | 0 | 102 | 117 | 20 | 12 | 104 | 63 |
| Binary | 11010111 | 1001010 | 101110 | 0 | 1000010 | 1001111 | 10000 | 1010 | 1000100 | 110011 |
Color Harmonies of #D74A2E
Complementary color
Monochromatic Colors of #D74A2E
Black with #D74A2E
Text Example
Text Example
White with #D74A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A2E; }
p { color: rgb(215,74,46); }
H1.HeaderClassName
{
color: #D74A2E;
}
.AnyTagClassName
{
color: #D74A2E;
}
</style>
background-color css
<style>
a { background-color: #D74A2E; }
a { background-color: rgb(215,74,46); }
div.DivClassName
{
background-color: #D74A2E;
}
.BgClassName
{
background-color: #D74A2E;
}
</style>
border-color css
<style>
span { border-color: #D74A2E; }
span { border-color: rgb(215,74,46); }
td.TdClassName
{
border-color: #D74A2E;
}
.TagClassName
{
border-color: #D74A2E;
}
</style>