Shades of Grenadier #C34238
Tints of Grenadier #C34238
RGB
CMYK
RGB Variations
Color information
#C34238 (or 0xC34238) is known color: Grenadier. HEX triplet: C3, 42 and 38. RGB value is (195,66,56). Sum of RGB (Red+Green+Blue) = 195+66+56=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34238 is #3CBDC7. Grayscale: #676767. Windows color (decimal): -3980744 or 3687107. OLE color: 3687107.
HSL color Cylindrical-coordinate representation of color #C34238: hue angle of 4.32º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34238 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 56 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.24 |
| HSL | 4.32º | 0.55% | 0.49% | - |
| HSV(B) | 4.32º | 0.71% | 0.76% | - |
| XYZ | 25.17 | 15.78 | 5.46 | - |
| YUV | 103.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 56 | 0 | 0.66 | 0.71 | 0.24 | 4.32 | 0.55 | 0.49 |
| Hex | C3 | 42 | 38 | 0 | 42 | 47 | 18 | 4 | 37 | 31 |
| Octal | 303 | 102 | 70 | 0 | 102 | 107 | 30 | 4 | 67 | 61 |
| Binary | 11000011 | 1000010 | 111000 | 0 | 1000010 | 1000111 | 11000 | 100 | 110111 | 110001 |
Color Harmonies of #C34238
Complementary color
Monochromatic Colors of #C34238
Black with #C34238
Text Example
Text Example
White with #C34238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34238; }
p { color: rgb(195,66,56); }
H1.HeaderClassName
{
color: #C34238;
}
.AnyTagClassName
{
color: #C34238;
}
</style>
background-color css
<style>
a { background-color: #C34238; }
a { background-color: rgb(195,66,56); }
div.DivClassName
{
background-color: #C34238;
}
.BgClassName
{
background-color: #C34238;
}
</style>
border-color css
<style>
span { border-color: #C34238; }
span { border-color: rgb(195,66,56); }
td.TdClassName
{
border-color: #C34238;
}
.TagClassName
{
border-color: #C34238;
}
</style>