Shades of Grenadier #C2433E
Tints of Grenadier #C2433E
RGB
CMYK
RGB Variations
Color information
#C2433E (or 0xC2433E) is known color: Grenadier. HEX triplet: C2, 43 and 3E. RGB value is (194,67,62). Sum of RGB (Red+Green+Blue) = 194+67+62=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2433E is #3DBCC1. Grayscale: #686868. Windows color (decimal): -4046018 or 4080578. OLE color: 4080578.
HSL color Cylindrical-coordinate representation of color #C2433E: hue angle of 2.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2433E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 62 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.24 |
| HSL | 2.27º | 0.52% | 0.5% | - |
| HSV(B) | 2.27º | 0.68% | 0.76% | - |
| XYZ | 25.12 | 15.83 | 6.29 | - |
| YUV | 104.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 62 | 0 | 0.65 | 0.68 | 0.24 | 2.27 | 0.52 | 0.5 |
| Hex | C2 | 43 | 3E | 0 | 41 | 44 | 18 | 2 | 34 | 32 |
| Octal | 302 | 103 | 76 | 0 | 101 | 104 | 30 | 2 | 64 | 62 |
| Binary | 11000010 | 1000011 | 111110 | 0 | 1000001 | 1000100 | 11000 | 10 | 110100 | 110010 |
Color Harmonies of #C2433E
Complementary color
Monochromatic Colors of #C2433E
Black with #C2433E
Text Example
Text Example
White with #C2433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2433E; }
p { color: rgb(194,67,62); }
H1.HeaderClassName
{
color: #C2433E;
}
.AnyTagClassName
{
color: #C2433E;
}
</style>
background-color css
<style>
a { background-color: #C2433E; }
a { background-color: rgb(194,67,62); }
div.DivClassName
{
background-color: #C2433E;
}
.BgClassName
{
background-color: #C2433E;
}
</style>
border-color css
<style>
span { border-color: #C2433E; }
span { border-color: rgb(194,67,62); }
td.TdClassName
{
border-color: #C2433E;
}
.TagClassName
{
border-color: #C2433E;
}
</style>