Shades of Cinnabar #D74444
Tints of Cinnabar #D74444
RGB
CMYK
RGB Variations
Color information
#D74444 (or 0xD74444) is known color: Cinnabar. HEX triplet: D7, 44 and 44. RGB value is (215,68,68). Sum of RGB (Red+Green+Blue) = 215+68+68=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74444 is #28BBBB. Grayscale: #707070. Windows color (decimal): -2669500 or 4474071. OLE color: 4474071.
HSL color Cylindrical-coordinate representation of color #D74444: hue angle of 0º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74444 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 68 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.16 |
| HSL | 0º | 0.65% | 0.55% | - |
| HSV(B) | 0º | 0.68% | 0.84% | - |
| XYZ | 31.13 | 19 | 7.49 | - |
| YUV | 111.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 68 | 0 | 0.68 | 0.68 | 0.16 | 0 | 0.65 | 0.55 |
| Hex | D7 | 44 | 44 | 0 | 44 | 44 | 10 | 0 | 41 | 37 |
| Octal | 327 | 104 | 104 | 0 | 104 | 104 | 20 | 0 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1000100 | 0 | 1000100 | 1000100 | 10000 | 0 | 1000001 | 110111 |
Color Harmonies of #D74444
Complementary color
Monochromatic Colors of #D74444
Black with #D74444
Text Example
Text Example
White with #D74444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74444; }
p { color: rgb(215,68,68); }
H1.HeaderClassName
{
color: #D74444;
}
.AnyTagClassName
{
color: #D74444;
}
</style>
background-color css
<style>
a { background-color: #D74444; }
a { background-color: rgb(215,68,68); }
div.DivClassName
{
background-color: #D74444;
}
.BgClassName
{
background-color: #D74444;
}
</style>
border-color css
<style>
span { border-color: #D74444; }
span { border-color: rgb(215,68,68); }
td.TdClassName
{
border-color: #D74444;
}
.TagClassName
{
border-color: #D74444;
}
</style>