Shades of Grenadier #C54130
Tints of Grenadier #C54130
RGB
CMYK
RGB Variations
Color information
#C54130 (or 0xC54130) is known color: Grenadier. HEX triplet: C5, 41 and 30. RGB value is (197,65,48). Sum of RGB (Red+Green+Blue) = 197+65+48=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C54130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54130 is #3ABECF. Grayscale: #666666. Windows color (decimal): -3849936 or 3162565. OLE color: 3162565.
HSL color Cylindrical-coordinate representation of color #C54130: hue angle of 6.85º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54130 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 48 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.23 |
| HSL | 6.85º | 0.61% | 0.48% | - |
| HSV(B) | 6.85º | 0.76% | 0.77% | - |
| XYZ | 25.45 | 15.86 | 4.52 | - |
| YUV | 102.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 48 | 0 | 0.67 | 0.76 | 0.23 | 6.85 | 0.61 | 0.48 |
| Hex | C5 | 41 | 30 | 0 | 43 | 4C | 17 | 7 | 3D | 30 |
| Octal | 305 | 101 | 60 | 0 | 103 | 114 | 27 | 7 | 75 | 60 |
| Binary | 11000101 | 1000001 | 110000 | 0 | 1000011 | 1001100 | 10111 | 111 | 111101 | 110000 |
Color Harmonies of #C54130
Complementary color
Monochromatic Colors of #C54130
Black with #C54130
Text Example
Text Example
White with #C54130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54130; }
p { color: rgb(197,65,48); }
H1.HeaderClassName
{
color: #C54130;
}
.AnyTagClassName
{
color: #C54130;
}
</style>
background-color css
<style>
a { background-color: #C54130; }
a { background-color: rgb(197,65,48); }
div.DivClassName
{
background-color: #C54130;
}
.BgClassName
{
background-color: #C54130;
}
</style>
border-color css
<style>
span { border-color: #C54130; }
span { border-color: rgb(197,65,48); }
td.TdClassName
{
border-color: #C54130;
}
.TagClassName
{
border-color: #C54130;
}
</style>