Shades of Cinnabar #D74834
Tints of Cinnabar #D74834
RGB
CMYK
RGB Variations
Color information
#D74834 (or 0xD74834) is known color: Cinnabar. HEX triplet: D7, 48 and 34. RGB value is (215,72,52). Sum of RGB (Red+Green+Blue) = 215+72+52=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D74834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74834 is #28B7CB. Grayscale: #707070. Windows color (decimal): -2668492 or 3426519. OLE color: 3426519.
HSL color Cylindrical-coordinate representation of color #D74834: hue angle of 7.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D74834 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 52 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.16 |
| HSL | 7.36º | 0.67% | 0.52% | - |
| HSV(B) | 7.36º | 0.76% | 0.84% | - |
| XYZ | 30.96 | 19.33 | 5.35 | - |
| YUV | 112.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 52 | 0 | 0.67 | 0.76 | 0.16 | 7.36 | 0.67 | 0.52 |
| Hex | D7 | 48 | 34 | 0 | 43 | 4C | 10 | 7 | 43 | 34 |
| Octal | 327 | 110 | 64 | 0 | 103 | 114 | 20 | 7 | 103 | 64 |
| Binary | 11010111 | 1001000 | 110100 | 0 | 1000011 | 1001100 | 10000 | 111 | 1000011 | 110100 |
Color Harmonies of #D74834
Complementary color
Monochromatic Colors of #D74834
Black with #D74834
Text Example
Text Example
White with #D74834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74834; }
p { color: rgb(215,72,52); }
H1.HeaderClassName
{
color: #D74834;
}
.AnyTagClassName
{
color: #D74834;
}
</style>
background-color css
<style>
a { background-color: #D74834; }
a { background-color: rgb(215,72,52); }
div.DivClassName
{
background-color: #D74834;
}
.BgClassName
{
background-color: #D74834;
}
</style>
border-color css
<style>
span { border-color: #D74834; }
span { border-color: rgb(215,72,52); }
td.TdClassName
{
border-color: #D74834;
}
.TagClassName
{
border-color: #D74834;
}
</style>