Shades of Grenadier #C54B37
Tints of Grenadier #C54B37
RGB
CMYK
RGB Variations
Color information
#C54B37 (or 0xC54B37) is known color: Grenadier. HEX triplet: C5, 4B and 37. RGB value is (197,75,55). Sum of RGB (Red+Green+Blue) = 197+75+55=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B37 is #3AB4C8. Grayscale: #6D6D6D. Windows color (decimal): -3847369 or 3623877. OLE color: 3623877.
HSL color Cylindrical-coordinate representation of color #C54B37: hue angle of 8.45º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54B37 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 55 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.23 |
| HSL | 8.45º | 0.56% | 0.49% | - |
| HSV(B) | 8.45º | 0.72% | 0.77% | - |
| XYZ | 26.23 | 17.18 | 5.55 | - |
| YUV | 109.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 55 | 0 | 0.62 | 0.72 | 0.23 | 8.45 | 0.56 | 0.49 |
| Hex | C5 | 4B | 37 | 0 | 3E | 48 | 17 | 8 | 38 | 31 |
| Octal | 305 | 113 | 67 | 0 | 76 | 110 | 27 | 10 | 70 | 61 |
| Binary | 11000101 | 1001011 | 110111 | 0 | 111110 | 1001000 | 10111 | 1000 | 111000 | 110001 |
Color Harmonies of #C54B37
Complementary color
Monochromatic Colors of #C54B37
Black with #C54B37
Text Example
Text Example
White with #C54B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B37; }
p { color: rgb(197,75,55); }
H1.HeaderClassName
{
color: #C54B37;
}
.AnyTagClassName
{
color: #C54B37;
}
</style>
background-color css
<style>
a { background-color: #C54B37; }
a { background-color: rgb(197,75,55); }
div.DivClassName
{
background-color: #C54B37;
}
.BgClassName
{
background-color: #C54B37;
}
</style>
border-color css
<style>
span { border-color: #C54B37; }
span { border-color: rgb(197,75,55); }
td.TdClassName
{
border-color: #C54B37;
}
.TagClassName
{
border-color: #C54B37;
}
</style>