Shades of Grenadier #C74A3A
Tints of Grenadier #C74A3A
RGB
CMYK
RGB Variations
Color information
#C74A3A (or 0xC74A3A) is known color: Grenadier. HEX triplet: C7, 4A and 3A. RGB value is (199,74,58). Sum of RGB (Red+Green+Blue) = 199+74+58=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A3A is #38B5C5. Grayscale: #6D6D6D. Windows color (decimal): -3716550 or 3820231. OLE color: 3820231.
HSL color Cylindrical-coordinate representation of color #C74A3A: hue angle of 6.81º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74A3A is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 58 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.22 |
| HSL | 6.81º | 0.56% | 0.5% | - |
| HSV(B) | 6.81º | 0.71% | 0.78% | - |
| XYZ | 26.77 | 17.35 | 5.94 | - |
| YUV | 109.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 58 | 0 | 0.63 | 0.71 | 0.22 | 6.81 | 0.56 | 0.5 |
| Hex | C7 | 4A | 3A | 0 | 3F | 47 | 16 | 7 | 38 | 32 |
| Octal | 307 | 112 | 72 | 0 | 77 | 107 | 26 | 7 | 70 | 62 |
| Binary | 11000111 | 1001010 | 111010 | 0 | 111111 | 1000111 | 10110 | 111 | 111000 | 110010 |
Color Harmonies of #C74A3A
Complementary color
Monochromatic Colors of #C74A3A
Black with #C74A3A
Text Example
Text Example
White with #C74A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A3A; }
p { color: rgb(199,74,58); }
H1.HeaderClassName
{
color: #C74A3A;
}
.AnyTagClassName
{
color: #C74A3A;
}
</style>
background-color css
<style>
a { background-color: #C74A3A; }
a { background-color: rgb(199,74,58); }
div.DivClassName
{
background-color: #C74A3A;
}
.BgClassName
{
background-color: #C74A3A;
}
</style>
border-color css
<style>
span { border-color: #C74A3A; }
span { border-color: rgb(199,74,58); }
td.TdClassName
{
border-color: #C74A3A;
}
.TagClassName
{
border-color: #C74A3A;
}
</style>