Shades of Cinnabar #D74334
Tints of Cinnabar #D74334
RGB
CMYK
RGB Variations
Color information
#D74334 (or 0xD74334) is known color: Cinnabar. HEX triplet: D7, 43 and 34. RGB value is (215,67,52). Sum of RGB (Red+Green+Blue) = 215+67+52=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D74334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74334 is #28BCCB. Grayscale: #6D6D6D. Windows color (decimal): -2669772 or 3425239. OLE color: 3425239.
HSL color Cylindrical-coordinate representation of color #D74334: hue angle of 5.52º 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 #D74334 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.16 |
| HSL | 5.52º | 0.67% | 0.52% | - |
| HSV(B) | 5.52º | 0.76% | 0.84% | - |
| XYZ | 30.65 | 18.71 | 5.24 | - |
| YUV | 109.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 52 | 0 | 0.69 | 0.76 | 0.16 | 5.52 | 0.67 | 0.52 |
| Hex | D7 | 43 | 34 | 0 | 45 | 4C | 10 | 6 | 43 | 34 |
| Octal | 327 | 103 | 64 | 0 | 105 | 114 | 20 | 6 | 103 | 64 |
| Binary | 11010111 | 1000011 | 110100 | 0 | 1000101 | 1001100 | 10000 | 110 | 1000011 | 110100 |
Color Harmonies of #D74334
Complementary color
Monochromatic Colors of #D74334
Black with #D74334
Text Example
Text Example
White with #D74334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74334; }
p { color: rgb(215,67,52); }
H1.HeaderClassName
{
color: #D74334;
}
.AnyTagClassName
{
color: #D74334;
}
</style>
background-color css
<style>
a { background-color: #D74334; }
a { background-color: rgb(215,67,52); }
div.DivClassName
{
background-color: #D74334;
}
.BgClassName
{
background-color: #D74334;
}
</style>
border-color css
<style>
span { border-color: #D74334; }
span { border-color: rgb(215,67,52); }
td.TdClassName
{
border-color: #D74334;
}
.TagClassName
{
border-color: #D74334;
}
</style>