Shades of Cinnabar #D74A3F
Tints of Cinnabar #D74A3F
RGB
CMYK
RGB Variations
Color information
#D74A3F (or 0xD74A3F) is known color: Cinnabar. HEX triplet: D7, 4A and 3F. RGB value is (215,74,63). Sum of RGB (Red+Green+Blue) = 215+74+63=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A3F is #28B5C0. Grayscale: #737373. Windows color (decimal): -2667969 or 4147927. OLE color: 4147927.
HSL color Cylindrical-coordinate representation of color #D74A3F: hue angle of 4.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D74A3F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 63 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.16 |
| HSL | 4.34º | 0.66% | 0.55% | - |
| HSV(B) | 4.34º | 0.71% | 0.84% | - |
| XYZ | 31.37 | 19.7 | 6.85 | - |
| YUV | 114.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 63 | 0 | 0.66 | 0.71 | 0.16 | 4.34 | 0.66 | 0.55 |
| Hex | D7 | 4A | 3F | 0 | 42 | 47 | 10 | 4 | 42 | 37 |
| Octal | 327 | 112 | 77 | 0 | 102 | 107 | 20 | 4 | 102 | 67 |
| Binary | 11010111 | 1001010 | 111111 | 0 | 1000010 | 1000111 | 10000 | 100 | 1000010 | 110111 |
Color Harmonies of #D74A3F
Complementary color
Monochromatic Colors of #D74A3F
Black with #D74A3F
Text Example
Text Example
White with #D74A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A3F; }
p { color: rgb(215,74,63); }
H1.HeaderClassName
{
color: #D74A3F;
}
.AnyTagClassName
{
color: #D74A3F;
}
</style>
background-color css
<style>
a { background-color: #D74A3F; }
a { background-color: rgb(215,74,63); }
div.DivClassName
{
background-color: #D74A3F;
}
.BgClassName
{
background-color: #D74A3F;
}
</style>
border-color css
<style>
span { border-color: #D74A3F; }
span { border-color: rgb(215,74,63); }
td.TdClassName
{
border-color: #D74A3F;
}
.TagClassName
{
border-color: #D74A3F;
}
</style>