Shades of Grenadier #C13D29
Tints of Grenadier #C13D29
RGB
CMYK
RGB Variations
Color information
#C13D29 (or 0xC13D29) is known color: Grenadier. HEX triplet: C1, 3D and 29. RGB value is (193,61,41). Sum of RGB (Red+Green+Blue) = 193+61+41=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D29 is #3EC2D6. Grayscale: #626262. Windows color (decimal): -4113111 or 2702785. OLE color: 2702785.
HSL color Cylindrical-coordinate representation of color #C13D29: hue angle of 7.89º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C13D29 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 41 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.24 |
| HSL | 7.89º | 0.65% | 0.46% | - |
| HSV(B) | 7.89º | 0.79% | 0.76% | - |
| XYZ | 24.06 | 14.84 | 3.69 | - |
| YUV | 98.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 41 | 0 | 0.68 | 0.79 | 0.24 | 7.89 | 0.65 | 0.46 |
| Hex | C1 | 3D | 29 | 0 | 44 | 4F | 18 | 8 | 41 | 2E |
| Octal | 301 | 75 | 51 | 0 | 104 | 117 | 30 | 10 | 101 | 56 |
| Binary | 11000001 | 111101 | 101001 | 0 | 1000100 | 1001111 | 11000 | 1000 | 1000001 | 101110 |
Color Harmonies of #C13D29
Complementary color
Monochromatic Colors of #C13D29
Black with #C13D29
Text Example
Text Example
White with #C13D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D29; }
p { color: rgb(193,61,41); }
H1.HeaderClassName
{
color: #C13D29;
}
.AnyTagClassName
{
color: #C13D29;
}
</style>
background-color css
<style>
a { background-color: #C13D29; }
a { background-color: rgb(193,61,41); }
div.DivClassName
{
background-color: #C13D29;
}
.BgClassName
{
background-color: #C13D29;
}
</style>
border-color css
<style>
span { border-color: #C13D29; }
span { border-color: rgb(193,61,41); }
td.TdClassName
{
border-color: #C13D29;
}
.TagClassName
{
border-color: #C13D29;
}
</style>