Shades of Grenadier #C4413D
Tints of Grenadier #C4413D
RGB
CMYK
RGB Variations
Color information
#C4413D (or 0xC4413D) is known color: Grenadier. HEX triplet: C4, 41 and 3D. RGB value is (196,65,61). Sum of RGB (Red+Green+Blue) = 196+65+61=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413D is #3BBEC2. Grayscale: #676767. Windows color (decimal): -3915459 or 4014532. OLE color: 4014532.
HSL color Cylindrical-coordinate representation of color #C4413D: hue angle of 1.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4413D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.23 |
| HSL | 1.78º | 0.53% | 0.5% | - |
| HSV(B) | 1.78º | 0.69% | 0.77% | - |
| XYZ | 25.5 | 15.85 | 6.13 | - |
| YUV | 103.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 61 | 0 | 0.67 | 0.69 | 0.23 | 1.78 | 0.53 | 0.5 |
| Hex | C4 | 41 | 3D | 0 | 43 | 45 | 17 | 2 | 35 | 32 |
| Octal | 304 | 101 | 75 | 0 | 103 | 105 | 27 | 2 | 65 | 62 |
| Binary | 11000100 | 1000001 | 111101 | 0 | 1000011 | 1000101 | 10111 | 10 | 110101 | 110010 |
Color Harmonies of #C4413D
Complementary color
Monochromatic Colors of #C4413D
Black with #C4413D
Text Example
Text Example
White with #C4413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4413D; }
p { color: rgb(196,65,61); }
H1.HeaderClassName
{
color: #C4413D;
}
.AnyTagClassName
{
color: #C4413D;
}
</style>
background-color css
<style>
a { background-color: #C4413D; }
a { background-color: rgb(196,65,61); }
div.DivClassName
{
background-color: #C4413D;
}
.BgClassName
{
background-color: #C4413D;
}
</style>
border-color css
<style>
span { border-color: #C4413D; }
span { border-color: rgb(196,65,61); }
td.TdClassName
{
border-color: #C4413D;
}
.TagClassName
{
border-color: #C4413D;
}
</style>