Shades of Grenadier #C2453B
Tints of Grenadier #C2453B
RGB
CMYK
RGB Variations
Color information
#C2453B (or 0xC2453B) is known color: Grenadier. HEX triplet: C2, 45 and 3B. RGB value is (194,69,59). Sum of RGB (Red+Green+Blue) = 194+69+59=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2453B is #3DBAC4. Grayscale: #696969. Windows color (decimal): -4045509 or 3884482. OLE color: 3884482.
HSL color Cylindrical-coordinate representation of color #C2453B: hue angle of 4.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2453B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 59 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.24 |
| HSL | 4.44º | 0.53% | 0.5% | - |
| HSV(B) | 4.44º | 0.7% | 0.76% | - |
| XYZ | 25.17 | 16.04 | 5.91 | - |
| YUV | 105.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 59 | 0 | 0.64 | 0.70 | 0.24 | 4.44 | 0.53 | 0.5 |
| Hex | C2 | 45 | 3B | 0 | 40 | 46 | 18 | 4 | 35 | 32 |
| Octal | 302 | 105 | 73 | 0 | 100 | 106 | 30 | 4 | 65 | 62 |
| Binary | 11000010 | 1000101 | 111011 | 0 | 1000000 | 1000110 | 11000 | 100 | 110101 | 110010 |
Color Harmonies of #C2453B
Complementary color
Monochromatic Colors of #C2453B
Black with #C2453B
Text Example
Text Example
White with #C2453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2453B; }
p { color: rgb(194,69,59); }
H1.HeaderClassName
{
color: #C2453B;
}
.AnyTagClassName
{
color: #C2453B;
}
</style>
background-color css
<style>
a { background-color: #C2453B; }
a { background-color: rgb(194,69,59); }
div.DivClassName
{
background-color: #C2453B;
}
.BgClassName
{
background-color: #C2453B;
}
</style>
border-color css
<style>
span { border-color: #C2453B; }
span { border-color: rgb(194,69,59); }
td.TdClassName
{
border-color: #C2453B;
}
.TagClassName
{
border-color: #C2453B;
}
</style>