Shades of Grenadier #C44E3D
Tints of Grenadier #C44E3D
RGB
CMYK
RGB Variations
Color information
#C44E3D (or 0xC44E3D) is known color: Grenadier. HEX triplet: C4, 4E and 3D. RGB value is (196,78,61). Sum of RGB (Red+Green+Blue) = 196+78+61=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E3D is #3BB1C2. Grayscale: #6F6F6F. Windows color (decimal): -3912131 or 4017860. OLE color: 4017860.
HSL color Cylindrical-coordinate representation of color #C44E3D: hue angle of 7.56º 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 #C44E3D is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 61 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.23 |
| HSL | 7.56º | 0.53% | 0.5% | - |
| HSV(B) | 7.56º | 0.69% | 0.77% | - |
| XYZ | 26.33 | 17.52 | 6.41 | - |
| YUV | 111.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 61 | 0 | 0.60 | 0.69 | 0.23 | 7.56 | 0.53 | 0.5 |
| Hex | C4 | 4E | 3D | 0 | 3C | 45 | 17 | 8 | 35 | 32 |
| Octal | 304 | 116 | 75 | 0 | 74 | 105 | 27 | 10 | 65 | 62 |
| Binary | 11000100 | 1001110 | 111101 | 0 | 111100 | 1000101 | 10111 | 1000 | 110101 | 110010 |
Color Harmonies of #C44E3D
Complementary color
Monochromatic Colors of #C44E3D
Black with #C44E3D
Text Example
Text Example
White with #C44E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E3D; }
p { color: rgb(196,78,61); }
H1.HeaderClassName
{
color: #C44E3D;
}
.AnyTagClassName
{
color: #C44E3D;
}
</style>
background-color css
<style>
a { background-color: #C44E3D; }
a { background-color: rgb(196,78,61); }
div.DivClassName
{
background-color: #C44E3D;
}
.BgClassName
{
background-color: #C44E3D;
}
</style>
border-color css
<style>
span { border-color: #C44E3D; }
span { border-color: rgb(196,78,61); }
td.TdClassName
{
border-color: #C44E3D;
}
.TagClassName
{
border-color: #C44E3D;
}
</style>