Shades of Grenadier #C24B37
Tints of Grenadier #C24B37
RGB
CMYK
RGB Variations
Color information
#C24B37 (or 0xC24B37) is known color: Grenadier. HEX triplet: C2, 4B and 37. RGB value is (194,75,55). Sum of RGB (Red+Green+Blue) = 194+75+55=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B37 is #3DB4C8. Grayscale: #6C6C6C. Windows color (decimal): -4043977 or 3623874. OLE color: 3623874.
HSL color Cylindrical-coordinate representation of color #C24B37: hue angle of 8.63º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C24B37 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 55 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.24 |
| HSL | 8.63º | 0.56% | 0.49% | - |
| HSV(B) | 8.63º | 0.72% | 0.76% | - |
| XYZ | 25.45 | 16.78 | 5.51 | - |
| YUV | 108.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 55 | 0 | 0.61 | 0.72 | 0.24 | 8.63 | 0.56 | 0.49 |
| Hex | C2 | 4B | 37 | 0 | 3D | 48 | 18 | 9 | 38 | 31 |
| Octal | 302 | 113 | 67 | 0 | 75 | 110 | 30 | 11 | 70 | 61 |
| Binary | 11000010 | 1001011 | 110111 | 0 | 111101 | 1001000 | 11000 | 1001 | 111000 | 110001 |
Color Harmonies of #C24B37
Complementary color
Monochromatic Colors of #C24B37
Black with #C24B37
Text Example
Text Example
White with #C24B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B37; }
p { color: rgb(194,75,55); }
H1.HeaderClassName
{
color: #C24B37;
}
.AnyTagClassName
{
color: #C24B37;
}
</style>
background-color css
<style>
a { background-color: #C24B37; }
a { background-color: rgb(194,75,55); }
div.DivClassName
{
background-color: #C24B37;
}
.BgClassName
{
background-color: #C24B37;
}
</style>
border-color css
<style>
span { border-color: #C24B37; }
span { border-color: rgb(194,75,55); }
td.TdClassName
{
border-color: #C24B37;
}
.TagClassName
{
border-color: #C24B37;
}
</style>