Shades of Grenadier #C24A36
Tints of Grenadier #C24A36
RGB
CMYK
RGB Variations
Color information
#C24A36 (or 0xC24A36) is known color: Grenadier. HEX triplet: C2, 4A and 36. RGB value is (194,74,54). Sum of RGB (Red+Green+Blue) = 194+74+54=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A36 is #3DB5C9. Grayscale: #6B6B6B. Windows color (decimal): -4044234 or 3558082. OLE color: 3558082.
HSL color Cylindrical-coordinate representation of color #C24A36: hue angle of 8.57º 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 #C24A36 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 54 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.24 |
| HSL | 8.57º | 0.56% | 0.49% | - |
| HSV(B) | 8.57º | 0.72% | 0.76% | - |
| XYZ | 25.36 | 16.63 | 5.36 | - |
| YUV | 107.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 54 | 0 | 0.62 | 0.72 | 0.24 | 8.57 | 0.56 | 0.49 |
| Hex | C2 | 4A | 36 | 0 | 3E | 48 | 18 | 9 | 38 | 31 |
| Octal | 302 | 112 | 66 | 0 | 76 | 110 | 30 | 11 | 70 | 61 |
| Binary | 11000010 | 1001010 | 110110 | 0 | 111110 | 1001000 | 11000 | 1001 | 111000 | 110001 |
Color Harmonies of #C24A36
Complementary color
Monochromatic Colors of #C24A36
Black with #C24A36
Text Example
Text Example
White with #C24A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A36; }
p { color: rgb(194,74,54); }
H1.HeaderClassName
{
color: #C24A36;
}
.AnyTagClassName
{
color: #C24A36;
}
</style>
background-color css
<style>
a { background-color: #C24A36; }
a { background-color: rgb(194,74,54); }
div.DivClassName
{
background-color: #C24A36;
}
.BgClassName
{
background-color: #C24A36;
}
</style>
border-color css
<style>
span { border-color: #C24A36; }
span { border-color: rgb(194,74,54); }
td.TdClassName
{
border-color: #C24A36;
}
.TagClassName
{
border-color: #C24A36;
}
</style>