Shades of Cinnabar #D74633
Tints of Cinnabar #D74633
RGB
CMYK
RGB Variations
Color information
#D74633 (or 0xD74633) is known color: Cinnabar. HEX triplet: D7, 46 and 33. RGB value is (215,70,51). Sum of RGB (Red+Green+Blue) = 215+70+51=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74633 is #28B9CC. Grayscale: #6F6F6F. Windows color (decimal): -2669005 or 3360471. OLE color: 3360471.
HSL color Cylindrical-coordinate representation of color #D74633: hue angle of 6.95º 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 #D74633 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 51 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.16 |
| HSL | 6.95º | 0.67% | 0.52% | - |
| HSV(B) | 6.95º | 0.76% | 0.84% | - |
| XYZ | 30.81 | 19.07 | 5.19 | - |
| YUV | 111.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 51 | 0 | 0.67 | 0.76 | 0.16 | 6.95 | 0.67 | 0.52 |
| Hex | D7 | 46 | 33 | 0 | 43 | 4C | 10 | 7 | 43 | 34 |
| Octal | 327 | 106 | 63 | 0 | 103 | 114 | 20 | 7 | 103 | 64 |
| Binary | 11010111 | 1000110 | 110011 | 0 | 1000011 | 1001100 | 10000 | 111 | 1000011 | 110100 |
Color Harmonies of #D74633
Complementary color
Monochromatic Colors of #D74633
Black with #D74633
Text Example
Text Example
White with #D74633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74633; }
p { color: rgb(215,70,51); }
H1.HeaderClassName
{
color: #D74633;
}
.AnyTagClassName
{
color: #D74633;
}
</style>
background-color css
<style>
a { background-color: #D74633; }
a { background-color: rgb(215,70,51); }
div.DivClassName
{
background-color: #D74633;
}
.BgClassName
{
background-color: #D74633;
}
</style>
border-color css
<style>
span { border-color: #D74633; }
span { border-color: rgb(215,70,51); }
td.TdClassName
{
border-color: #D74633;
}
.TagClassName
{
border-color: #D74633;
}
</style>