Shades of Grenadier #C34431
Tints of Grenadier #C34431
RGB
CMYK
RGB Variations
Color information
#C34431 (or 0xC34431) is known color: Grenadier. HEX triplet: C3, 44 and 31. RGB value is (195,68,49). Sum of RGB (Red+Green+Blue) = 195+68+49=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C34431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34431 is #3CBBCE. Grayscale: #686868. Windows color (decimal): -3980239 or 3228867. OLE color: 3228867.
HSL color Cylindrical-coordinate representation of color #C34431: hue angle of 7.81º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34431 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 49 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.24 |
| HSL | 7.81º | 0.6% | 0.48% | - |
| HSV(B) | 7.81º | 0.75% | 0.76% | - |
| XYZ | 25.13 | 15.96 | 4.66 | - |
| YUV | 103.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 49 | 0 | 0.65 | 0.75 | 0.24 | 7.81 | 0.6 | 0.48 |
| Hex | C3 | 44 | 31 | 0 | 41 | 4B | 18 | 8 | 3C | 30 |
| Octal | 303 | 104 | 61 | 0 | 101 | 113 | 30 | 10 | 74 | 60 |
| Binary | 11000011 | 1000100 | 110001 | 0 | 1000001 | 1001011 | 11000 | 1000 | 111100 | 110000 |
Color Harmonies of #C34431
Complementary color
Monochromatic Colors of #C34431
Black with #C34431
Text Example
Text Example
White with #C34431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34431; }
p { color: rgb(195,68,49); }
H1.HeaderClassName
{
color: #C34431;
}
.AnyTagClassName
{
color: #C34431;
}
</style>
background-color css
<style>
a { background-color: #C34431; }
a { background-color: rgb(195,68,49); }
div.DivClassName
{
background-color: #C34431;
}
.BgClassName
{
background-color: #C34431;
}
</style>
border-color css
<style>
span { border-color: #C34431; }
span { border-color: rgb(195,68,49); }
td.TdClassName
{
border-color: #C34431;
}
.TagClassName
{
border-color: #C34431;
}
</style>