Shades of Grenadier #C4402D
Tints of Grenadier #C4402D
RGB
CMYK
RGB Variations
Color information
#C4402D (or 0xC4402D) is known color: Grenadier. HEX triplet: C4, 40 and 2D. RGB value is (196,64,45). Sum of RGB (Red+Green+Blue) = 196+64+45=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4402D is #3BBFD2. Grayscale: #656565. Windows color (decimal): -3915731 or 2965700. OLE color: 2965700.
HSL color Cylindrical-coordinate representation of color #C4402D: hue angle of 7.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4402D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 45 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.23 |
| HSL | 7.55º | 0.63% | 0.47% | - |
| HSV(B) | 7.55º | 0.77% | 0.77% | - |
| XYZ | 25.07 | 15.59 | 4.17 | - |
| YUV | 101.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 45 | 0 | 0.67 | 0.77 | 0.23 | 7.55 | 0.63 | 0.47 |
| Hex | C4 | 40 | 2D | 0 | 43 | 4D | 17 | 8 | 3F | 2F |
| Octal | 304 | 100 | 55 | 0 | 103 | 115 | 27 | 10 | 77 | 57 |
| Binary | 11000100 | 1000000 | 101101 | 0 | 1000011 | 1001101 | 10111 | 1000 | 111111 | 101111 |
Color Harmonies of #C4402D
Complementary color
Monochromatic Colors of #C4402D
Black with #C4402D
Text Example
Text Example
White with #C4402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4402D; }
p { color: rgb(196,64,45); }
H1.HeaderClassName
{
color: #C4402D;
}
.AnyTagClassName
{
color: #C4402D;
}
</style>
background-color css
<style>
a { background-color: #C4402D; }
a { background-color: rgb(196,64,45); }
div.DivClassName
{
background-color: #C4402D;
}
.BgClassName
{
background-color: #C4402D;
}
</style>
border-color css
<style>
span { border-color: #C4402D; }
span { border-color: rgb(196,64,45); }
td.TdClassName
{
border-color: #C4402D;
}
.TagClassName
{
border-color: #C4402D;
}
</style>