Shades of Grenadier #C2433D
Tints of Grenadier #C2433D
RGB
CMYK
RGB Variations
Color information
#C2433D (or 0xC2433D) is known color: Grenadier. HEX triplet: C2, 43 and 3D. RGB value is (194,67,61). Sum of RGB (Red+Green+Blue) = 194+67+61=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2433D is #3DBCC2. Grayscale: #686868. Windows color (decimal): -4046019 or 4015042. OLE color: 4015042.
HSL color Cylindrical-coordinate representation of color #C2433D: hue angle of 2.71º 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 #C2433D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.24 |
| HSL | 2.71º | 0.52% | 0.5% | - |
| HSV(B) | 2.71º | 0.69% | 0.76% | - |
| XYZ | 25.1 | 15.82 | 6.15 | - |
| YUV | 104.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 61 | 0 | 0.65 | 0.69 | 0.24 | 2.71 | 0.52 | 0.5 |
| Hex | C2 | 43 | 3D | 0 | 41 | 45 | 18 | 3 | 34 | 32 |
| Octal | 302 | 103 | 75 | 0 | 101 | 105 | 30 | 3 | 64 | 62 |
| Binary | 11000010 | 1000011 | 111101 | 0 | 1000001 | 1000101 | 11000 | 11 | 110100 | 110010 |
Color Harmonies of #C2433D
Complementary color
Monochromatic Colors of #C2433D
Black with #C2433D
Text Example
Text Example
White with #C2433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2433D; }
p { color: rgb(194,67,61); }
H1.HeaderClassName
{
color: #C2433D;
}
.AnyTagClassName
{
color: #C2433D;
}
</style>
background-color css
<style>
a { background-color: #C2433D; }
a { background-color: rgb(194,67,61); }
div.DivClassName
{
background-color: #C2433D;
}
.BgClassName
{
background-color: #C2433D;
}
</style>
border-color css
<style>
span { border-color: #C2433D; }
span { border-color: rgb(194,67,61); }
td.TdClassName
{
border-color: #C2433D;
}
.TagClassName
{
border-color: #C2433D;
}
</style>