Shades of Grenadier #C43F2D
Tints of Grenadier #C43F2D
RGB
CMYK
RGB Variations
Color information
#C43F2D (or 0xC43F2D) is known color: Grenadier. HEX triplet: C4, 3F and 2D. RGB value is (196,63,45). Sum of RGB (Red+Green+Blue) = 196+63+45=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F2D is #3BC0D2. Grayscale: #646464. Windows color (decimal): -3915987 or 2965444. OLE color: 2965444.
HSL color Cylindrical-coordinate representation of color #C43F2D: hue angle of 7.15º 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 #C43F2D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 45 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.23 |
| HSL | 7.15º | 0.63% | 0.47% | - |
| HSV(B) | 7.15º | 0.77% | 0.77% | - |
| XYZ | 25.02 | 15.48 | 4.15 | - |
| YUV | 100.72 | 96.56 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 45 | 0 | 0.68 | 0.77 | 0.23 | 7.15 | 0.63 | 0.47 |
| Hex | C4 | 3F | 2D | 0 | 44 | 4D | 17 | 7 | 3F | 2F |
| Octal | 304 | 77 | 55 | 0 | 104 | 115 | 27 | 7 | 77 | 57 |
| Binary | 11000100 | 111111 | 101101 | 0 | 1000100 | 1001101 | 10111 | 111 | 111111 | 101111 |
Color Harmonies of #C43F2D
Complementary color
Monochromatic Colors of #C43F2D
Black with #C43F2D
Text Example
Text Example
White with #C43F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43F2D; }
p { color: rgb(196,63,45); }
H1.HeaderClassName
{
color: #C43F2D;
}
.AnyTagClassName
{
color: #C43F2D;
}
</style>
background-color css
<style>
a { background-color: #C43F2D; }
a { background-color: rgb(196,63,45); }
div.DivClassName
{
background-color: #C43F2D;
}
.BgClassName
{
background-color: #C43F2D;
}
</style>
border-color css
<style>
span { border-color: #C43F2D; }
span { border-color: rgb(196,63,45); }
td.TdClassName
{
border-color: #C43F2D;
}
.TagClassName
{
border-color: #C43F2D;
}
</style>