Shades of Cinnabar #D74935
Tints of Cinnabar #D74935
RGB
CMYK
RGB Variations
Color information
#D74935 (or 0xD74935) is known color: Cinnabar. HEX triplet: D7, 49 and 35. RGB value is (215,73,53). Sum of RGB (Red+Green+Blue) = 215+73+53=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D74935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74935 is #28B6CA. Grayscale: #717171. Windows color (decimal): -2668235 or 3492311. OLE color: 3492311.
HSL color Cylindrical-coordinate representation of color #D74935: hue angle of 7.41º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D74935 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 53 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.16 |
| HSL | 7.41º | 0.67% | 0.53% | - |
| HSV(B) | 7.41º | 0.75% | 0.84% | - |
| XYZ | 31.05 | 19.47 | 5.49 | - |
| YUV | 113.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 53 | 0 | 0.66 | 0.75 | 0.16 | 7.41 | 0.67 | 0.53 |
| Hex | D7 | 49 | 35 | 0 | 42 | 4B | 10 | 7 | 43 | 35 |
| Octal | 327 | 111 | 65 | 0 | 102 | 113 | 20 | 7 | 103 | 65 |
| Binary | 11010111 | 1001001 | 110101 | 0 | 1000010 | 1001011 | 10000 | 111 | 1000011 | 110101 |
Color Harmonies of #D74935
Complementary color
Monochromatic Colors of #D74935
Black with #D74935
Text Example
Text Example
White with #D74935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74935; }
p { color: rgb(215,73,53); }
H1.HeaderClassName
{
color: #D74935;
}
.AnyTagClassName
{
color: #D74935;
}
</style>
background-color css
<style>
a { background-color: #D74935; }
a { background-color: rgb(215,73,53); }
div.DivClassName
{
background-color: #D74935;
}
.BgClassName
{
background-color: #D74935;
}
</style>
border-color css
<style>
span { border-color: #D74935; }
span { border-color: rgb(215,73,53); }
td.TdClassName
{
border-color: #D74935;
}
.TagClassName
{
border-color: #D74935;
}
</style>