Shades of Cinnabar #D74A26
Tints of Cinnabar #D74A26
RGB
CMYK
RGB Variations
Color information
#D74A26 (or 0xD74A26) is known color: Cinnabar. HEX triplet: D7, 4A and 26. RGB value is (215,74,38). Sum of RGB (Red+Green+Blue) = 215+74+38=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A26 is #28B5D9. Grayscale: #707070. Windows color (decimal): -2667994 or 2509527. OLE color: 2509527.
HSL color Cylindrical-coordinate representation of color #D74A26: hue angle of 12.2º 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 #D74A26 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 38 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.16 |
| HSL | 12.2º | 0.7% | 0.5% | - |
| HSV(B) | 12.2º | 0.82% | 0.84% | - |
| XYZ | 30.82 | 19.48 | 3.97 | - |
| YUV | 112.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 38 | 0 | 0.66 | 0.82 | 0.16 | 12.2 | 0.7 | 0.5 |
| Hex | D7 | 4A | 26 | 0 | 42 | 52 | 10 | C | 46 | 32 |
| Octal | 327 | 112 | 46 | 0 | 102 | 122 | 20 | 14 | 106 | 62 |
| Binary | 11010111 | 1001010 | 100110 | 0 | 1000010 | 1010010 | 10000 | 1100 | 1000110 | 110010 |
Color Harmonies of #D74A26
Complementary color
Monochromatic Colors of #D74A26
Black with #D74A26
Text Example
Text Example
White with #D74A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A26; }
p { color: rgb(215,74,38); }
H1.HeaderClassName
{
color: #D74A26;
}
.AnyTagClassName
{
color: #D74A26;
}
</style>
background-color css
<style>
a { background-color: #D74A26; }
a { background-color: rgb(215,74,38); }
div.DivClassName
{
background-color: #D74A26;
}
.BgClassName
{
background-color: #D74A26;
}
</style>
border-color css
<style>
span { border-color: #D74A26; }
span { border-color: rgb(215,74,38); }
td.TdClassName
{
border-color: #D74A26;
}
.TagClassName
{
border-color: #D74A26;
}
</style>