Shades of Grenadier #C34335
Tints of Grenadier #C34335
RGB
CMYK
RGB Variations
Color information
#C34335 (or 0xC34335) is known color: Grenadier. HEX triplet: C3, 43 and 35. RGB value is (195,67,53). Sum of RGB (Red+Green+Blue) = 195+67+53=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34335 is #3CBCCA. Grayscale: #676767. Windows color (decimal): -3980491 or 3490755. OLE color: 3490755.
HSL color Cylindrical-coordinate representation of color #C34335: hue angle of 5.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34335 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 53 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.24 |
| HSL | 5.92º | 0.57% | 0.49% | - |
| HSV(B) | 5.92º | 0.73% | 0.76% | - |
| XYZ | 25.16 | 15.87 | 5.11 | - |
| YUV | 103.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 53 | 0 | 0.66 | 0.73 | 0.24 | 5.92 | 0.57 | 0.49 |
| Hex | C3 | 43 | 35 | 0 | 42 | 49 | 18 | 6 | 39 | 31 |
| Octal | 303 | 103 | 65 | 0 | 102 | 111 | 30 | 6 | 71 | 61 |
| Binary | 11000011 | 1000011 | 110101 | 0 | 1000010 | 1001001 | 11000 | 110 | 111001 | 110001 |
Color Harmonies of #C34335
Complementary color
Monochromatic Colors of #C34335
Black with #C34335
Text Example
Text Example
White with #C34335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34335; }
p { color: rgb(195,67,53); }
H1.HeaderClassName
{
color: #C34335;
}
.AnyTagClassName
{
color: #C34335;
}
</style>
background-color css
<style>
a { background-color: #C34335; }
a { background-color: rgb(195,67,53); }
div.DivClassName
{
background-color: #C34335;
}
.BgClassName
{
background-color: #C34335;
}
</style>
border-color css
<style>
span { border-color: #C34335; }
span { border-color: rgb(195,67,53); }
td.TdClassName
{
border-color: #C34335;
}
.TagClassName
{
border-color: #C34335;
}
</style>