Shades of Grenadier #C13F28
Tints of Grenadier #C13F28
RGB
CMYK
RGB Variations
Color information
#C13F28 (or 0xC13F28) is known color: Grenadier. HEX triplet: C1, 3F and 28. RGB value is (193,63,40). Sum of RGB (Red+Green+Blue) = 193+63+40=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F28 is #3EC0D7. Grayscale: #636363. Windows color (decimal): -4112600 or 2637761. OLE color: 2637761.
HSL color Cylindrical-coordinate representation of color #C13F28: hue angle of 9.02º degrees, saturation: 0.66, 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 #C13F28 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 40 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.24 |
| HSL | 9.02º | 0.66% | 0.46% | - |
| HSV(B) | 9.02º | 0.79% | 0.76% | - |
| XYZ | 24.15 | 15.05 | 3.64 | - |
| YUV | 99.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 40 | 0 | 0.67 | 0.79 | 0.24 | 9.02 | 0.66 | 0.46 |
| Hex | C1 | 3F | 28 | 0 | 43 | 4F | 18 | 9 | 42 | 2E |
| Octal | 301 | 77 | 50 | 0 | 103 | 117 | 30 | 11 | 102 | 56 |
| Binary | 11000001 | 111111 | 101000 | 0 | 1000011 | 1001111 | 11000 | 1001 | 1000010 | 101110 |
Color Harmonies of #C13F28
Complementary color
Monochromatic Colors of #C13F28
Black with #C13F28
Text Example
Text Example
White with #C13F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F28; }
p { color: rgb(193,63,40); }
H1.HeaderClassName
{
color: #C13F28;
}
.AnyTagClassName
{
color: #C13F28;
}
</style>
background-color css
<style>
a { background-color: #C13F28; }
a { background-color: rgb(193,63,40); }
div.DivClassName
{
background-color: #C13F28;
}
.BgClassName
{
background-color: #C13F28;
}
</style>
border-color css
<style>
span { border-color: #C13F28; }
span { border-color: rgb(193,63,40); }
td.TdClassName
{
border-color: #C13F28;
}
.TagClassName
{
border-color: #C13F28;
}
</style>