Shades of Grenadier #C13F36
Tints of Grenadier #C13F36
RGB
CMYK
RGB Variations
Color information
#C13F36 (or 0xC13F36) is known color: Grenadier. HEX triplet: C1, 3F and 36. RGB value is (193,63,54). Sum of RGB (Red+Green+Blue) = 193+63+54=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F36 is #3EC0C9. Grayscale: #656565. Windows color (decimal): -4112586 or 3555265. OLE color: 3555265.
HSL color Cylindrical-coordinate representation of color #C13F36: hue angle of 3.88º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13F36 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 54 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.24 |
| HSL | 3.88º | 0.56% | 0.48% | - |
| HSV(B) | 3.88º | 0.72% | 0.76% | - |
| XYZ | 24.44 | 15.16 | 5.13 | - |
| YUV | 100.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 54 | 0 | 0.67 | 0.72 | 0.24 | 3.88 | 0.56 | 0.48 |
| Hex | C1 | 3F | 36 | 0 | 43 | 48 | 18 | 4 | 38 | 30 |
| Octal | 301 | 77 | 66 | 0 | 103 | 110 | 30 | 4 | 70 | 60 |
| Binary | 11000001 | 111111 | 110110 | 0 | 1000011 | 1001000 | 11000 | 100 | 111000 | 110000 |
Color Harmonies of #C13F36
Complementary color
Monochromatic Colors of #C13F36
Black with #C13F36
Text Example
Text Example
White with #C13F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F36; }
p { color: rgb(193,63,54); }
H1.HeaderClassName
{
color: #C13F36;
}
.AnyTagClassName
{
color: #C13F36;
}
</style>
background-color css
<style>
a { background-color: #C13F36; }
a { background-color: rgb(193,63,54); }
div.DivClassName
{
background-color: #C13F36;
}
.BgClassName
{
background-color: #C13F36;
}
</style>
border-color css
<style>
span { border-color: #C13F36; }
span { border-color: rgb(193,63,54); }
td.TdClassName
{
border-color: #C13F36;
}
.TagClassName
{
border-color: #C13F36;
}
</style>