Shades of Grenadier #C3413C
Tints of Grenadier #C3413C
RGB
CMYK
RGB Variations
Color information
#C3413C (or 0xC3413C) is known color: Grenadier. HEX triplet: C3, 41 and 3C. RGB value is (195,65,60). Sum of RGB (Red+Green+Blue) = 195+65+60=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3413C is #3CBEC3. Grayscale: #676767. Windows color (decimal): -3980996 or 3948995. OLE color: 3948995.
HSL color Cylindrical-coordinate representation of color #C3413C: hue angle of 2.22º 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 #C3413C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 60 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.24 |
| HSL | 2.22º | 0.53% | 0.5% | - |
| HSV(B) | 2.22º | 0.69% | 0.76% | - |
| XYZ | 25.21 | 15.71 | 5.98 | - |
| YUV | 103.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 60 | 0 | 0.67 | 0.69 | 0.24 | 2.22 | 0.53 | 0.5 |
| Hex | C3 | 41 | 3C | 0 | 43 | 45 | 18 | 2 | 35 | 32 |
| Octal | 303 | 101 | 74 | 0 | 103 | 105 | 30 | 2 | 65 | 62 |
| Binary | 11000011 | 1000001 | 111100 | 0 | 1000011 | 1000101 | 11000 | 10 | 110101 | 110010 |
Color Harmonies of #C3413C
Complementary color
Monochromatic Colors of #C3413C
Black with #C3413C
Text Example
Text Example
White with #C3413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3413C; }
p { color: rgb(195,65,60); }
H1.HeaderClassName
{
color: #C3413C;
}
.AnyTagClassName
{
color: #C3413C;
}
</style>
background-color css
<style>
a { background-color: #C3413C; }
a { background-color: rgb(195,65,60); }
div.DivClassName
{
background-color: #C3413C;
}
.BgClassName
{
background-color: #C3413C;
}
</style>
border-color css
<style>
span { border-color: #C3413C; }
span { border-color: rgb(195,65,60); }
td.TdClassName
{
border-color: #C3413C;
}
.TagClassName
{
border-color: #C3413C;
}
</style>