Shades of Grenadier #C74135
Tints of Grenadier #C74135
RGB
CMYK
RGB Variations
Color information
#C74135 (or 0xC74135) is known color: Grenadier. HEX triplet: C7, 41 and 35. RGB value is (199,65,53). Sum of RGB (Red+Green+Blue) = 199+65+53=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74135 is #38BECA. Grayscale: #676767. Windows color (decimal): -3718859 or 3490247. OLE color: 3490247.
HSL color Cylindrical-coordinate representation of color #C74135: hue angle of 4.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C74135 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 53 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.22 |
| HSL | 4.93º | 0.58% | 0.49% | - |
| HSV(B) | 4.93º | 0.73% | 0.78% | - |
| XYZ | 26.09 | 16.18 | 5.12 | - |
| YUV | 103.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 53 | 0 | 0.67 | 0.73 | 0.22 | 4.93 | 0.58 | 0.49 |
| Hex | C7 | 41 | 35 | 0 | 43 | 49 | 16 | 5 | 3A | 31 |
| Octal | 307 | 101 | 65 | 0 | 103 | 111 | 26 | 5 | 72 | 61 |
| Binary | 11000111 | 1000001 | 110101 | 0 | 1000011 | 1001001 | 10110 | 101 | 111010 | 110001 |
Color Harmonies of #C74135
Complementary color
Monochromatic Colors of #C74135
Black with #C74135
Text Example
Text Example
White with #C74135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74135; }
p { color: rgb(199,65,53); }
H1.HeaderClassName
{
color: #C74135;
}
.AnyTagClassName
{
color: #C74135;
}
</style>
background-color css
<style>
a { background-color: #C74135; }
a { background-color: rgb(199,65,53); }
div.DivClassName
{
background-color: #C74135;
}
.BgClassName
{
background-color: #C74135;
}
</style>
border-color css
<style>
span { border-color: #C74135; }
span { border-color: rgb(199,65,53); }
td.TdClassName
{
border-color: #C74135;
}
.TagClassName
{
border-color: #C74135;
}
</style>