Shades of Cinnabar #D74234
Tints of Cinnabar #D74234
RGB
CMYK
RGB Variations
Color information
#D74234 (or 0xD74234) is known color: Cinnabar. HEX triplet: D7, 42 and 34. RGB value is (215,66,52). Sum of RGB (Red+Green+Blue) = 215+66+52=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D74234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74234 is #28BDCB. Grayscale: #6D6D6D. Windows color (decimal): -2670028 or 3424983. OLE color: 3424983.
HSL color Cylindrical-coordinate representation of color #D74234: hue angle of 5.15º 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 #D74234 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.16 |
| HSL | 5.15º | 0.67% | 0.52% | - |
| HSV(B) | 5.15º | 0.76% | 0.84% | - |
| XYZ | 30.59 | 18.59 | 5.22 | - |
| YUV | 108.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 52 | 0 | 0.69 | 0.76 | 0.16 | 5.15 | 0.67 | 0.52 |
| Hex | D7 | 42 | 34 | 0 | 45 | 4C | 10 | 5 | 43 | 34 |
| Octal | 327 | 102 | 64 | 0 | 105 | 114 | 20 | 5 | 103 | 64 |
| Binary | 11010111 | 1000010 | 110100 | 0 | 1000101 | 1001100 | 10000 | 101 | 1000011 | 110100 |
Color Harmonies of #D74234
Complementary color
Monochromatic Colors of #D74234
Black with #D74234
Text Example
Text Example
White with #D74234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74234; }
p { color: rgb(215,66,52); }
H1.HeaderClassName
{
color: #D74234;
}
.AnyTagClassName
{
color: #D74234;
}
</style>
background-color css
<style>
a { background-color: #D74234; }
a { background-color: rgb(215,66,52); }
div.DivClassName
{
background-color: #D74234;
}
.BgClassName
{
background-color: #D74234;
}
</style>
border-color css
<style>
span { border-color: #D74234; }
span { border-color: rgb(215,66,52); }
td.TdClassName
{
border-color: #D74234;
}
.TagClassName
{
border-color: #D74234;
}
</style>