Shades of Grenadier #C74439
Tints of Grenadier #C74439
RGB
CMYK
RGB Variations
Color information
#C74439 (or 0xC74439) is known color: Grenadier. HEX triplet: C7, 44 and 39. RGB value is (199,68,57). Sum of RGB (Red+Green+Blue) = 199+68+57=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C74439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74439 is #38BBC6. Grayscale: #6A6A6A. Windows color (decimal): -3718087 or 3753159. OLE color: 3753159.
HSL color Cylindrical-coordinate representation of color #C74439: hue angle of 4.65º 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 #C74439 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 57 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.22 |
| HSL | 4.65º | 0.56% | 0.5% | - |
| HSV(B) | 4.65º | 0.71% | 0.78% | - |
| XYZ | 26.36 | 16.57 | 5.68 | - |
| YUV | 105.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 57 | 0 | 0.66 | 0.71 | 0.22 | 4.65 | 0.56 | 0.5 |
| Hex | C7 | 44 | 39 | 0 | 42 | 47 | 16 | 5 | 38 | 32 |
| Octal | 307 | 104 | 71 | 0 | 102 | 107 | 26 | 5 | 70 | 62 |
| Binary | 11000111 | 1000100 | 111001 | 0 | 1000010 | 1000111 | 10110 | 101 | 111000 | 110010 |
Color Harmonies of #C74439
Complementary color
Monochromatic Colors of #C74439
Black with #C74439
Text Example
Text Example
White with #C74439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74439; }
p { color: rgb(199,68,57); }
H1.HeaderClassName
{
color: #C74439;
}
.AnyTagClassName
{
color: #C74439;
}
</style>
background-color css
<style>
a { background-color: #C74439; }
a { background-color: rgb(199,68,57); }
div.DivClassName
{
background-color: #C74439;
}
.BgClassName
{
background-color: #C74439;
}
</style>
border-color css
<style>
span { border-color: #C74439; }
span { border-color: rgb(199,68,57); }
td.TdClassName
{
border-color: #C74439;
}
.TagClassName
{
border-color: #C74439;
}
</style>