Shades of Grenadier #C24A35
Tints of Grenadier #C24A35
RGB
CMYK
RGB Variations
Color information
#C24A35 (or 0xC24A35) is known color: Grenadier. HEX triplet: C2, 4A and 35. RGB value is (194,74,53). Sum of RGB (Red+Green+Blue) = 194+74+53=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A35 is #3DB5CA. Grayscale: #6B6B6B. Windows color (decimal): -4044235 or 3492546. OLE color: 3492546.
HSL color Cylindrical-coordinate representation of color #C24A35: hue angle of 8.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24A35 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 53 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.24 |
| HSL | 8.94º | 0.57% | 0.48% | - |
| HSV(B) | 8.94º | 0.73% | 0.76% | - |
| XYZ | 25.34 | 16.62 | 5.24 | - |
| YUV | 107.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 53 | 0 | 0.62 | 0.73 | 0.24 | 8.94 | 0.57 | 0.48 |
| Hex | C2 | 4A | 35 | 0 | 3E | 49 | 18 | 9 | 39 | 30 |
| Octal | 302 | 112 | 65 | 0 | 76 | 111 | 30 | 11 | 71 | 60 |
| Binary | 11000010 | 1001010 | 110101 | 0 | 111110 | 1001001 | 11000 | 1001 | 111001 | 110000 |
Color Harmonies of #C24A35
Complementary color
Monochromatic Colors of #C24A35
Black with #C24A35
Text Example
Text Example
White with #C24A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A35; }
p { color: rgb(194,74,53); }
H1.HeaderClassName
{
color: #C24A35;
}
.AnyTagClassName
{
color: #C24A35;
}
</style>
background-color css
<style>
a { background-color: #C24A35; }
a { background-color: rgb(194,74,53); }
div.DivClassName
{
background-color: #C24A35;
}
.BgClassName
{
background-color: #C24A35;
}
</style>
border-color css
<style>
span { border-color: #C24A35; }
span { border-color: rgb(194,74,53); }
td.TdClassName
{
border-color: #C24A35;
}
.TagClassName
{
border-color: #C24A35;
}
</style>