Shades of Grenadier #C3413D
Tints of Grenadier #C3413D
RGB
CMYK
RGB Variations
Color information
#C3413D (or 0xC3413D) is known color: Grenadier. HEX triplet: C3, 41 and 3D. RGB value is (195,65,61). Sum of RGB (Red+Green+Blue) = 195+65+61=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3413D is #3CBEC2. Grayscale: #676767. Windows color (decimal): -3980995 or 4014531. OLE color: 4014531.
HSL color Cylindrical-coordinate representation of color #C3413D: hue angle of 1.79º degrees, saturation: 0.53, 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 #C3413D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.24 |
| HSL | 1.79º | 0.53% | 0.5% | - |
| HSV(B) | 1.79º | 0.69% | 0.76% | - |
| XYZ | 25.24 | 15.72 | 6.12 | - |
| YUV | 103.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 61 | 0 | 0.67 | 0.69 | 0.24 | 1.79 | 0.53 | 0.5 |
| Hex | C3 | 41 | 3D | 0 | 43 | 45 | 18 | 2 | 35 | 32 |
| Octal | 303 | 101 | 75 | 0 | 103 | 105 | 30 | 2 | 65 | 62 |
| Binary | 11000011 | 1000001 | 111101 | 0 | 1000011 | 1000101 | 11000 | 10 | 110101 | 110010 |
Color Harmonies of #C3413D
Complementary color
Monochromatic Colors of #C3413D
Black with #C3413D
Text Example
Text Example
White with #C3413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3413D; }
p { color: rgb(195,65,61); }
H1.HeaderClassName
{
color: #C3413D;
}
.AnyTagClassName
{
color: #C3413D;
}
</style>
background-color css
<style>
a { background-color: #C3413D; }
a { background-color: rgb(195,65,61); }
div.DivClassName
{
background-color: #C3413D;
}
.BgClassName
{
background-color: #C3413D;
}
</style>
border-color css
<style>
span { border-color: #C3413D; }
span { border-color: rgb(195,65,61); }
td.TdClassName
{
border-color: #C3413D;
}
.TagClassName
{
border-color: #C3413D;
}
</style>