Shades of Cinnabar #D74823
Tints of Cinnabar #D74823
RGB
CMYK
RGB Variations
Color information
#D74823 (or 0xD74823) is known color: Cinnabar. HEX triplet: D7, 48 and 23. RGB value is (215,72,35). Sum of RGB (Red+Green+Blue) = 215+72+35=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D74823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74823 is #28B7DC. Grayscale: #6E6E6E. Windows color (decimal): -2668509 or 2312407. OLE color: 2312407.
HSL color Cylindrical-coordinate representation of color #D74823: hue angle of 12.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D74823 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 35 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.16 |
| HSL | 12.33º | 0.72% | 0.49% | - |
| HSV(B) | 12.33º | 0.84% | 0.84% | - |
| XYZ | 30.65 | 19.2 | 3.68 | - |
| YUV | 110.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 35 | 0 | 0.67 | 0.84 | 0.16 | 12.33 | 0.72 | 0.49 |
| Hex | D7 | 48 | 23 | 0 | 43 | 54 | 10 | C | 48 | 31 |
| Octal | 327 | 110 | 43 | 0 | 103 | 124 | 20 | 14 | 110 | 61 |
| Binary | 11010111 | 1001000 | 100011 | 0 | 1000011 | 1010100 | 10000 | 1100 | 1001000 | 110001 |
Color Harmonies of #D74823
Complementary color
Monochromatic Colors of #D74823
Black with #D74823
Text Example
Text Example
White with #D74823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74823; }
p { color: rgb(215,72,35); }
H1.HeaderClassName
{
color: #D74823;
}
.AnyTagClassName
{
color: #D74823;
}
</style>
background-color css
<style>
a { background-color: #D74823; }
a { background-color: rgb(215,72,35); }
div.DivClassName
{
background-color: #D74823;
}
.BgClassName
{
background-color: #D74823;
}
</style>
border-color css
<style>
span { border-color: #D74823; }
span { border-color: rgb(215,72,35); }
td.TdClassName
{
border-color: #D74823;
}
.TagClassName
{
border-color: #D74823;
}
</style>