Shades of Grenadier #C54338
Tints of Grenadier #C54338
RGB
CMYK
RGB Variations
Color information
#C54338 (or 0xC54338) is known color: Grenadier. HEX triplet: C5, 43 and 38. RGB value is (197,67,56). Sum of RGB (Red+Green+Blue) = 197+67+56=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C54338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54338 is #3ABCC7. Grayscale: #686868. Windows color (decimal): -3849416 or 3687365. OLE color: 3687365.
HSL color Cylindrical-coordinate representation of color #C54338: hue angle of 4.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54338 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 56 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.23 |
| HSL | 4.68º | 0.56% | 0.5% | - |
| HSV(B) | 4.68º | 0.72% | 0.77% | - |
| XYZ | 25.75 | 16.17 | 5.51 | - |
| YUV | 104.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 56 | 0 | 0.66 | 0.72 | 0.23 | 4.68 | 0.56 | 0.5 |
| Hex | C5 | 43 | 38 | 0 | 42 | 48 | 17 | 5 | 38 | 32 |
| Octal | 305 | 103 | 70 | 0 | 102 | 110 | 27 | 5 | 70 | 62 |
| Binary | 11000101 | 1000011 | 111000 | 0 | 1000010 | 1001000 | 10111 | 101 | 111000 | 110010 |
Color Harmonies of #C54338
Complementary color
Monochromatic Colors of #C54338
Black with #C54338
Text Example
Text Example
White with #C54338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54338; }
p { color: rgb(197,67,56); }
H1.HeaderClassName
{
color: #C54338;
}
.AnyTagClassName
{
color: #C54338;
}
</style>
background-color css
<style>
a { background-color: #C54338; }
a { background-color: rgb(197,67,56); }
div.DivClassName
{
background-color: #C54338;
}
.BgClassName
{
background-color: #C54338;
}
</style>
border-color css
<style>
span { border-color: #C54338; }
span { border-color: rgb(197,67,56); }
td.TdClassName
{
border-color: #C54338;
}
.TagClassName
{
border-color: #C54338;
}
</style>