Shades of Grenadier #C74B3E
Tints of Grenadier #C74B3E
RGB
CMYK
RGB Variations
Color information
#C74B3E (or 0xC74B3E) is known color: Grenadier. HEX triplet: C7, 4B and 3E. RGB value is (199,75,62). Sum of RGB (Red+Green+Blue) = 199+75+62=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B3E is #38B4C1. Grayscale: #6E6E6E. Windows color (decimal): -3716290 or 4082631. OLE color: 4082631.
HSL color Cylindrical-coordinate representation of color #C74B3E: hue angle of 5.69º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74B3E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 62 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.22 |
| HSL | 5.69º | 0.55% | 0.51% | - |
| HSV(B) | 5.69º | 0.69% | 0.78% | - |
| XYZ | 26.94 | 17.52 | 6.52 | - |
| YUV | 110.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 62 | 0 | 0.62 | 0.69 | 0.22 | 5.69 | 0.55 | 0.51 |
| Hex | C7 | 4B | 3E | 0 | 3E | 45 | 16 | 6 | 37 | 33 |
| Octal | 307 | 113 | 76 | 0 | 76 | 105 | 26 | 6 | 67 | 63 |
| Binary | 11000111 | 1001011 | 111110 | 0 | 111110 | 1000101 | 10110 | 110 | 110111 | 110011 |
Color Harmonies of #C74B3E
Complementary color
Monochromatic Colors of #C74B3E
Black with #C74B3E
Text Example
Text Example
White with #C74B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B3E; }
p { color: rgb(199,75,62); }
H1.HeaderClassName
{
color: #C74B3E;
}
.AnyTagClassName
{
color: #C74B3E;
}
</style>
background-color css
<style>
a { background-color: #C74B3E; }
a { background-color: rgb(199,75,62); }
div.DivClassName
{
background-color: #C74B3E;
}
.BgClassName
{
background-color: #C74B3E;
}
</style>
border-color css
<style>
span { border-color: #C74B3E; }
span { border-color: rgb(199,75,62); }
td.TdClassName
{
border-color: #C74B3E;
}
.TagClassName
{
border-color: #C74B3E;
}
</style>