Shades of Grenadier #C54534
Tints of Grenadier #C54534
RGB
CMYK
RGB Variations
Color information
#C54534 (or 0xC54534) is known color: Grenadier. HEX triplet: C5, 45 and 34. RGB value is (197,69,52). Sum of RGB (Red+Green+Blue) = 197+69+52=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54534 is #3ABACB. Grayscale: #696969. Windows color (decimal): -3848908 or 3425733. OLE color: 3425733.
HSL color Cylindrical-coordinate representation of color #C54534: hue angle of 7.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54534 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 52 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.23 |
| HSL | 7.03º | 0.58% | 0.49% | - |
| HSV(B) | 7.03º | 0.74% | 0.77% | - |
| XYZ | 25.77 | 16.37 | 5.05 | - |
| YUV | 105.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 52 | 0 | 0.65 | 0.74 | 0.23 | 7.03 | 0.58 | 0.49 |
| Hex | C5 | 45 | 34 | 0 | 41 | 4A | 17 | 7 | 3A | 31 |
| Octal | 305 | 105 | 64 | 0 | 101 | 112 | 27 | 7 | 72 | 61 |
| Binary | 11000101 | 1000101 | 110100 | 0 | 1000001 | 1001010 | 10111 | 111 | 111010 | 110001 |
Color Harmonies of #C54534
Complementary color
Monochromatic Colors of #C54534
Black with #C54534
Text Example
Text Example
White with #C54534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54534; }
p { color: rgb(197,69,52); }
H1.HeaderClassName
{
color: #C54534;
}
.AnyTagClassName
{
color: #C54534;
}
</style>
background-color css
<style>
a { background-color: #C54534; }
a { background-color: rgb(197,69,52); }
div.DivClassName
{
background-color: #C54534;
}
.BgClassName
{
background-color: #C54534;
}
</style>
border-color css
<style>
span { border-color: #C54534; }
span { border-color: rgb(197,69,52); }
td.TdClassName
{
border-color: #C54534;
}
.TagClassName
{
border-color: #C54534;
}
</style>