Shades of Cinnabar #D74D3A
Tints of Cinnabar #D74D3A
RGB
CMYK
RGB Variations
Color information
#D74D3A (or 0xD74D3A) is known color: Cinnabar. HEX triplet: D7, 4D and 3A. RGB value is (215,77,58). Sum of RGB (Red+Green+Blue) = 215+77+58=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D3A is #28B2C5. Grayscale: #747474. Windows color (decimal): -2667206 or 3821015. OLE color: 3821015.
HSL color Cylindrical-coordinate representation of color #D74D3A: hue angle of 7.26º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D74D3A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 58 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.16 |
| HSL | 7.26º | 0.66% | 0.54% | - |
| HSV(B) | 7.26º | 0.73% | 0.84% | - |
| XYZ | 31.44 | 20.06 | 6.22 | - |
| YUV | 116.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 58 | 0 | 0.64 | 0.73 | 0.16 | 7.26 | 0.66 | 0.54 |
| Hex | D7 | 4D | 3A | 0 | 40 | 49 | 10 | 7 | 42 | 36 |
| Octal | 327 | 115 | 72 | 0 | 100 | 111 | 20 | 7 | 102 | 66 |
| Binary | 11010111 | 1001101 | 111010 | 0 | 1000000 | 1001001 | 10000 | 111 | 1000010 | 110110 |
Color Harmonies of #D74D3A
Complementary color
Monochromatic Colors of #D74D3A
Black with #D74D3A
Text Example
Text Example
White with #D74D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D3A; }
p { color: rgb(215,77,58); }
H1.HeaderClassName
{
color: #D74D3A;
}
.AnyTagClassName
{
color: #D74D3A;
}
</style>
background-color css
<style>
a { background-color: #D74D3A; }
a { background-color: rgb(215,77,58); }
div.DivClassName
{
background-color: #D74D3A;
}
.BgClassName
{
background-color: #D74D3A;
}
</style>
border-color css
<style>
span { border-color: #D74D3A; }
span { border-color: rgb(215,77,58); }
td.TdClassName
{
border-color: #D74D3A;
}
.TagClassName
{
border-color: #D74D3A;
}
</style>