Shades of Cinnabar #D74733
Tints of Cinnabar #D74733
RGB
CMYK
RGB Variations
Color information
#D74733 (or 0xD74733) is known color: Cinnabar. HEX triplet: D7, 47 and 33. RGB value is (215,71,51). Sum of RGB (Red+Green+Blue) = 215+71+51=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74733 is #28B8CC. Grayscale: #707070. Windows color (decimal): -2668749 or 3360727. OLE color: 3360727.
HSL color Cylindrical-coordinate representation of color #D74733: hue angle of 7.32º 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 #D74733 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 51 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.16 |
| HSL | 7.32º | 0.67% | 0.52% | - |
| HSV(B) | 7.32º | 0.76% | 0.84% | - |
| XYZ | 30.88 | 19.19 | 5.21 | - |
| YUV | 111.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 51 | 0 | 0.67 | 0.76 | 0.16 | 7.32 | 0.67 | 0.52 |
| Hex | D7 | 47 | 33 | 0 | 43 | 4C | 10 | 7 | 43 | 34 |
| Octal | 327 | 107 | 63 | 0 | 103 | 114 | 20 | 7 | 103 | 64 |
| Binary | 11010111 | 1000111 | 110011 | 0 | 1000011 | 1001100 | 10000 | 111 | 1000011 | 110100 |
Color Harmonies of #D74733
Complementary color
Monochromatic Colors of #D74733
Black with #D74733
Text Example
Text Example
White with #D74733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74733; }
p { color: rgb(215,71,51); }
H1.HeaderClassName
{
color: #D74733;
}
.AnyTagClassName
{
color: #D74733;
}
</style>
background-color css
<style>
a { background-color: #D74733; }
a { background-color: rgb(215,71,51); }
div.DivClassName
{
background-color: #D74733;
}
.BgClassName
{
background-color: #D74733;
}
</style>
border-color css
<style>
span { border-color: #D74733; }
span { border-color: rgb(215,71,51); }
td.TdClassName
{
border-color: #D74733;
}
.TagClassName
{
border-color: #D74733;
}
</style>