Shades of Grenadier #C13E26
Tints of Grenadier #C13E26
RGB
CMYK
RGB Variations
Color information
#C13E26 (or 0xC13E26) is known color: Grenadier. HEX triplet: C1, 3E and 26. RGB value is (193,62,38). Sum of RGB (Red+Green+Blue) = 193+62+38=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E26 is #3EC1D9. Grayscale: #626262. Windows color (decimal): -4112858 or 2506433. OLE color: 2506433.
HSL color Cylindrical-coordinate representation of color #C13E26: hue angle of 9.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C13E26 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 38 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.24 |
| HSL | 9.29º | 0.67% | 0.45% | - |
| HSV(B) | 9.29º | 0.8% | 0.76% | - |
| XYZ | 24.06 | 14.92 | 3.45 | - |
| YUV | 98.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 38 | 0 | 0.68 | 0.80 | 0.24 | 9.29 | 0.67 | 0.45 |
| Hex | C1 | 3E | 26 | 0 | 44 | 50 | 18 | 9 | 43 | 2D |
| Octal | 301 | 76 | 46 | 0 | 104 | 120 | 30 | 11 | 103 | 55 |
| Binary | 11000001 | 111110 | 100110 | 0 | 1000100 | 1010000 | 11000 | 1001 | 1000011 | 101101 |
Color Harmonies of #C13E26
Complementary color
Monochromatic Colors of #C13E26
Black with #C13E26
Text Example
Text Example
White with #C13E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E26; }
p { color: rgb(193,62,38); }
H1.HeaderClassName
{
color: #C13E26;
}
.AnyTagClassName
{
color: #C13E26;
}
</style>
background-color css
<style>
a { background-color: #C13E26; }
a { background-color: rgb(193,62,38); }
div.DivClassName
{
background-color: #C13E26;
}
.BgClassName
{
background-color: #C13E26;
}
</style>
border-color css
<style>
span { border-color: #C13E26; }
span { border-color: rgb(193,62,38); }
td.TdClassName
{
border-color: #C13E26;
}
.TagClassName
{
border-color: #C13E26;
}
</style>