Shades of Cinnabar #D74623
Tints of Cinnabar #D74623
RGB
CMYK
RGB Variations
Color information
#D74623 (or 0xD74623) is known color: Cinnabar. HEX triplet: D7, 46 and 23. RGB value is (215,70,35). Sum of RGB (Red+Green+Blue) = 215+70+35=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74623 is #28B9DC. Grayscale: #6D6D6D. Windows color (decimal): -2669021 or 2311895. OLE color: 2311895.
HSL color Cylindrical-coordinate representation of color #D74623: hue angle of 11.67º 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 #D74623 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 35 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.16 |
| HSL | 11.67º | 0.72% | 0.49% | - |
| HSV(B) | 11.67º | 0.84% | 0.84% | - |
| XYZ | 30.52 | 18.95 | 3.64 | - |
| YUV | 109.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 35 | 0 | 0.67 | 0.84 | 0.16 | 11.67 | 0.72 | 0.49 |
| Hex | D7 | 46 | 23 | 0 | 43 | 54 | 10 | C | 48 | 31 |
| Octal | 327 | 106 | 43 | 0 | 103 | 124 | 20 | 14 | 110 | 61 |
| Binary | 11010111 | 1000110 | 100011 | 0 | 1000011 | 1010100 | 10000 | 1100 | 1001000 | 110001 |
Color Harmonies of #D74623
Complementary color
Monochromatic Colors of #D74623
Black with #D74623
Text Example
Text Example
White with #D74623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74623; }
p { color: rgb(215,70,35); }
H1.HeaderClassName
{
color: #D74623;
}
.AnyTagClassName
{
color: #D74623;
}
</style>
background-color css
<style>
a { background-color: #D74623; }
a { background-color: rgb(215,70,35); }
div.DivClassName
{
background-color: #D74623;
}
.BgClassName
{
background-color: #D74623;
}
</style>
border-color css
<style>
span { border-color: #D74623; }
span { border-color: rgb(215,70,35); }
td.TdClassName
{
border-color: #D74623;
}
.TagClassName
{
border-color: #D74623;
}
</style>