Shades of Grenadier #C24C3D
Tints of Grenadier #C24C3D
RGB
CMYK
RGB Variations
Color information
#C24C3D (or 0xC24C3D) is known color: Grenadier. HEX triplet: C2, 4C and 3D. RGB value is (194,76,61). Sum of RGB (Red+Green+Blue) = 194+76+61=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3D is #3DB3C2. Grayscale: #6D6D6D. Windows color (decimal): -4043715 or 4017346. OLE color: 4017346.
HSL color Cylindrical-coordinate representation of color #C24C3D: hue angle of 6.77º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24C3D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 61 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.24 |
| HSL | 6.77º | 0.52% | 0.5% | - |
| HSV(B) | 6.77º | 0.69% | 0.76% | - |
| XYZ | 25.67 | 16.98 | 6.34 | - |
| YUV | 109.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 61 | 0 | 0.61 | 0.69 | 0.24 | 6.77 | 0.52 | 0.5 |
| Hex | C2 | 4C | 3D | 0 | 3D | 45 | 18 | 7 | 34 | 32 |
| Octal | 302 | 114 | 75 | 0 | 75 | 105 | 30 | 7 | 64 | 62 |
| Binary | 11000010 | 1001100 | 111101 | 0 | 111101 | 1000101 | 11000 | 111 | 110100 | 110010 |
Color Harmonies of #C24C3D
Complementary color
Monochromatic Colors of #C24C3D
Black with #C24C3D
Text Example
Text Example
White with #C24C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C3D; }
p { color: rgb(194,76,61); }
H1.HeaderClassName
{
color: #C24C3D;
}
.AnyTagClassName
{
color: #C24C3D;
}
</style>
background-color css
<style>
a { background-color: #C24C3D; }
a { background-color: rgb(194,76,61); }
div.DivClassName
{
background-color: #C24C3D;
}
.BgClassName
{
background-color: #C24C3D;
}
</style>
border-color css
<style>
span { border-color: #C24C3D; }
span { border-color: rgb(194,76,61); }
td.TdClassName
{
border-color: #C24C3D;
}
.TagClassName
{
border-color: #C24C3D;
}
</style>