Shades of Grenadier #C53F2F
Tints of Grenadier #C53F2F
RGB
CMYK
RGB Variations
Color information
#C53F2F (or 0xC53F2F) is known color: Grenadier. HEX triplet: C5, 3F and 2F. RGB value is (197,63,47). Sum of RGB (Red+Green+Blue) = 197+63+47=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F2F is #3AC0D0. Grayscale: #656565. Windows color (decimal): -3850449 or 3096517. OLE color: 3096517.
HSL color Cylindrical-coordinate representation of color #C53F2F: hue angle of 6.4º 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 #C53F2F is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 47 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.23 |
| HSL | 6.4º | 0.61% | 0.48% | - |
| HSV(B) | 6.4º | 0.76% | 0.77% | - |
| XYZ | 25.32 | 15.63 | 4.37 | - |
| YUV | 101.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 47 | 0 | 0.68 | 0.76 | 0.23 | 6.4 | 0.61 | 0.48 |
| Hex | C5 | 3F | 2F | 0 | 44 | 4C | 17 | 6 | 3D | 30 |
| Octal | 305 | 77 | 57 | 0 | 104 | 114 | 27 | 6 | 75 | 60 |
| Binary | 11000101 | 111111 | 101111 | 0 | 1000100 | 1001100 | 10111 | 110 | 111101 | 110000 |
Color Harmonies of #C53F2F
Complementary color
Monochromatic Colors of #C53F2F
Black with #C53F2F
Text Example
Text Example
White with #C53F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F2F; }
p { color: rgb(197,63,47); }
H1.HeaderClassName
{
color: #C53F2F;
}
.AnyTagClassName
{
color: #C53F2F;
}
</style>
background-color css
<style>
a { background-color: #C53F2F; }
a { background-color: rgb(197,63,47); }
div.DivClassName
{
background-color: #C53F2F;
}
.BgClassName
{
background-color: #C53F2F;
}
</style>
border-color css
<style>
span { border-color: #C53F2F; }
span { border-color: rgb(197,63,47); }
td.TdClassName
{
border-color: #C53F2F;
}
.TagClassName
{
border-color: #C53F2F;
}
</style>