Shades of Grenadier #C2433A
Tints of Grenadier #C2433A
RGB
CMYK
RGB Variations
Color information
#C2433A (or 0xC2433A) is known color: Grenadier. HEX triplet: C2, 43 and 3A. RGB value is (194,67,58). Sum of RGB (Red+Green+Blue) = 194+67+58=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2433A is #3DBCC5. Grayscale: #686868. Windows color (decimal): -4046022 or 3818434. OLE color: 3818434.
HSL color Cylindrical-coordinate representation of color #C2433A: hue angle of 3.97º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2433A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.24 |
| HSL | 3.97º | 0.54% | 0.49% | - |
| HSV(B) | 3.97º | 0.7% | 0.76% | - |
| XYZ | 25.02 | 15.79 | 5.73 | - |
| YUV | 103.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 58 | 0 | 0.65 | 0.70 | 0.24 | 3.97 | 0.54 | 0.49 |
| Hex | C2 | 43 | 3A | 0 | 41 | 46 | 18 | 4 | 36 | 31 |
| Octal | 302 | 103 | 72 | 0 | 101 | 106 | 30 | 4 | 66 | 61 |
| Binary | 11000010 | 1000011 | 111010 | 0 | 1000001 | 1000110 | 11000 | 100 | 110110 | 110001 |
Color Harmonies of #C2433A
Complementary color
Monochromatic Colors of #C2433A
Black with #C2433A
Text Example
Text Example
White with #C2433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2433A; }
p { color: rgb(194,67,58); }
H1.HeaderClassName
{
color: #C2433A;
}
.AnyTagClassName
{
color: #C2433A;
}
</style>
background-color css
<style>
a { background-color: #C2433A; }
a { background-color: rgb(194,67,58); }
div.DivClassName
{
background-color: #C2433A;
}
.BgClassName
{
background-color: #C2433A;
}
</style>
border-color css
<style>
span { border-color: #C2433A; }
span { border-color: rgb(194,67,58); }
td.TdClassName
{
border-color: #C2433A;
}
.TagClassName
{
border-color: #C2433A;
}
</style>