Shades of Cinnabar #D74336
Tints of Cinnabar #D74336
RGB
CMYK
RGB Variations
Color information
#D74336 (or 0xD74336) is known color: Cinnabar. HEX triplet: D7, 43 and 36. RGB value is (215,67,54). Sum of RGB (Red+Green+Blue) = 215+67+54=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74336 is #28BCC9. Grayscale: #6D6D6D. Windows color (decimal): -2669770 or 3556311. OLE color: 3556311.
HSL color Cylindrical-coordinate representation of color #D74336: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D74336 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 54 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.16 |
| HSL | 4.84º | 0.67% | 0.53% | - |
| HSV(B) | 4.84º | 0.75% | 0.84% | - |
| XYZ | 30.7 | 18.73 | 5.49 | - |
| YUV | 109.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 54 | 0 | 0.69 | 0.75 | 0.16 | 4.84 | 0.67 | 0.53 |
| Hex | D7 | 43 | 36 | 0 | 45 | 4B | 10 | 5 | 43 | 35 |
| Octal | 327 | 103 | 66 | 0 | 105 | 113 | 20 | 5 | 103 | 65 |
| Binary | 11010111 | 1000011 | 110110 | 0 | 1000101 | 1001011 | 10000 | 101 | 1000011 | 110101 |
Color Harmonies of #D74336
Complementary color
Monochromatic Colors of #D74336
Black with #D74336
Text Example
Text Example
White with #D74336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74336; }
p { color: rgb(215,67,54); }
H1.HeaderClassName
{
color: #D74336;
}
.AnyTagClassName
{
color: #D74336;
}
</style>
background-color css
<style>
a { background-color: #D74336; }
a { background-color: rgb(215,67,54); }
div.DivClassName
{
background-color: #D74336;
}
.BgClassName
{
background-color: #D74336;
}
</style>
border-color css
<style>
span { border-color: #D74336; }
span { border-color: rgb(215,67,54); }
td.TdClassName
{
border-color: #D74336;
}
.TagClassName
{
border-color: #D74336;
}
</style>