Shades of Grenadier #C2453D
Tints of Grenadier #C2453D
RGB
CMYK
RGB Variations
Color information
#C2453D (or 0xC2453D) is known color: Grenadier. HEX triplet: C2, 45 and 3D. RGB value is (194,69,61). Sum of RGB (Red+Green+Blue) = 194+69+61=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2453D is #3DBAC2. Grayscale: #696969. Windows color (decimal): -4045507 or 4015554. OLE color: 4015554.
HSL color Cylindrical-coordinate representation of color #C2453D: hue angle of 3.61º 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 #C2453D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.24 |
| HSL | 3.61º | 0.52% | 0.5% | - |
| HSV(B) | 3.61º | 0.69% | 0.76% | - |
| XYZ | 25.22 | 16.06 | 6.19 | - |
| YUV | 105.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 61 | 0 | 0.64 | 0.69 | 0.24 | 3.61 | 0.52 | 0.5 |
| Hex | C2 | 45 | 3D | 0 | 40 | 45 | 18 | 4 | 34 | 32 |
| Octal | 302 | 105 | 75 | 0 | 100 | 105 | 30 | 4 | 64 | 62 |
| Binary | 11000010 | 1000101 | 111101 | 0 | 1000000 | 1000101 | 11000 | 100 | 110100 | 110010 |
Color Harmonies of #C2453D
Complementary color
Monochromatic Colors of #C2453D
Black with #C2453D
Text Example
Text Example
White with #C2453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2453D; }
p { color: rgb(194,69,61); }
H1.HeaderClassName
{
color: #C2453D;
}
.AnyTagClassName
{
color: #C2453D;
}
</style>
background-color css
<style>
a { background-color: #C2453D; }
a { background-color: rgb(194,69,61); }
div.DivClassName
{
background-color: #C2453D;
}
.BgClassName
{
background-color: #C2453D;
}
</style>
border-color css
<style>
span { border-color: #C2453D; }
span { border-color: rgb(194,69,61); }
td.TdClassName
{
border-color: #C2453D;
}
.TagClassName
{
border-color: #C2453D;
}
</style>