Shades of Cinnabar #D74226
Tints of Cinnabar #D74226
RGB
CMYK
RGB Variations
Color information
#D74226 (or 0xD74226) is known color: Cinnabar. HEX triplet: D7, 42 and 26. RGB value is (215,66,38). Sum of RGB (Red+Green+Blue) = 215+66+38=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D74226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74226 is #28BDD9. Grayscale: #6B6B6B. Windows color (decimal): -2670042 or 2507479. OLE color: 2507479.
HSL color Cylindrical-coordinate representation of color #D74226: hue angle of 9.49º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D74226 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 38 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.16 |
| HSL | 9.49º | 0.7% | 0.5% | - |
| HSV(B) | 9.49º | 0.82% | 0.84% | - |
| XYZ | 30.32 | 18.48 | 3.8 | - |
| YUV | 107.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 38 | 0 | 0.69 | 0.82 | 0.16 | 9.49 | 0.7 | 0.5 |
| Hex | D7 | 42 | 26 | 0 | 45 | 52 | 10 | 9 | 46 | 32 |
| Octal | 327 | 102 | 46 | 0 | 105 | 122 | 20 | 11 | 106 | 62 |
| Binary | 11010111 | 1000010 | 100110 | 0 | 1000101 | 1010010 | 10000 | 1001 | 1000110 | 110010 |
Color Harmonies of #D74226
Complementary color
Monochromatic Colors of #D74226
Black with #D74226
Text Example
Text Example
White with #D74226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74226; }
p { color: rgb(215,66,38); }
H1.HeaderClassName
{
color: #D74226;
}
.AnyTagClassName
{
color: #D74226;
}
</style>
background-color css
<style>
a { background-color: #D74226; }
a { background-color: rgb(215,66,38); }
div.DivClassName
{
background-color: #D74226;
}
.BgClassName
{
background-color: #D74226;
}
</style>
border-color css
<style>
span { border-color: #D74226; }
span { border-color: rgb(215,66,38); }
td.TdClassName
{
border-color: #D74226;
}
.TagClassName
{
border-color: #D74226;
}
</style>