Shades of Grenadier #C13F27
Tints of Grenadier #C13F27
RGB
CMYK
RGB Variations
Color information
#C13F27 (or 0xC13F27) is known color: Grenadier. HEX triplet: C1, 3F and 27. RGB value is (193,63,39). Sum of RGB (Red+Green+Blue) = 193+63+39=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F27 is #3EC0D8. Grayscale: #636363. Windows color (decimal): -4112601 or 2572225. OLE color: 2572225.
HSL color Cylindrical-coordinate representation of color #C13F27: hue angle of 9.35º degrees, saturation: 0.66, 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 #C13F27 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 39 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.24 |
| HSL | 9.35º | 0.66% | 0.45% | - |
| HSV(B) | 9.35º | 0.8% | 0.76% | - |
| XYZ | 24.14 | 15.04 | 3.55 | - |
| YUV | 99.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 39 | 0 | 0.67 | 0.80 | 0.24 | 9.35 | 0.66 | 0.45 |
| Hex | C1 | 3F | 27 | 0 | 43 | 50 | 18 | 9 | 42 | 2D |
| Octal | 301 | 77 | 47 | 0 | 103 | 120 | 30 | 11 | 102 | 55 |
| Binary | 11000001 | 111111 | 100111 | 0 | 1000011 | 1010000 | 11000 | 1001 | 1000010 | 101101 |
Color Harmonies of #C13F27
Complementary color
Monochromatic Colors of #C13F27
Black with #C13F27
Text Example
Text Example
White with #C13F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F27; }
p { color: rgb(193,63,39); }
H1.HeaderClassName
{
color: #C13F27;
}
.AnyTagClassName
{
color: #C13F27;
}
</style>
background-color css
<style>
a { background-color: #C13F27; }
a { background-color: rgb(193,63,39); }
div.DivClassName
{
background-color: #C13F27;
}
.BgClassName
{
background-color: #C13F27;
}
</style>
border-color css
<style>
span { border-color: #C13F27; }
span { border-color: rgb(193,63,39); }
td.TdClassName
{
border-color: #C13F27;
}
.TagClassName
{
border-color: #C13F27;
}
</style>