Shades of Grenadier #C13D27
Tints of Grenadier #C13D27
RGB
CMYK
RGB Variations
Color information
#C13D27 (or 0xC13D27) is known color: Grenadier. HEX triplet: C1, 3D and 27. RGB value is (193,61,39). Sum of RGB (Red+Green+Blue) = 193+61+39=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D27 is #3EC2D8. Grayscale: #626262. Windows color (decimal): -4113113 or 2571713. OLE color: 2571713.
HSL color Cylindrical-coordinate representation of color #C13D27: hue angle of 8.57º 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 #C13D27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 39 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.24 |
| HSL | 8.57º | 0.66% | 0.45% | - |
| HSV(B) | 8.57º | 0.8% | 0.76% | - |
| XYZ | 24.03 | 14.82 | 3.51 | - |
| YUV | 97.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 39 | 0 | 0.68 | 0.80 | 0.24 | 8.57 | 0.66 | 0.45 |
| Hex | C1 | 3D | 27 | 0 | 44 | 50 | 18 | 9 | 42 | 2D |
| Octal | 301 | 75 | 47 | 0 | 104 | 120 | 30 | 11 | 102 | 55 |
| Binary | 11000001 | 111101 | 100111 | 0 | 1000100 | 1010000 | 11000 | 1001 | 1000010 | 101101 |
Color Harmonies of #C13D27
Complementary color
Monochromatic Colors of #C13D27
Black with #C13D27
Text Example
Text Example
White with #C13D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D27; }
p { color: rgb(193,61,39); }
H1.HeaderClassName
{
color: #C13D27;
}
.AnyTagClassName
{
color: #C13D27;
}
</style>
background-color css
<style>
a { background-color: #C13D27; }
a { background-color: rgb(193,61,39); }
div.DivClassName
{
background-color: #C13D27;
}
.BgClassName
{
background-color: #C13D27;
}
</style>
border-color css
<style>
span { border-color: #C13D27; }
span { border-color: rgb(193,61,39); }
td.TdClassName
{
border-color: #C13D27;
}
.TagClassName
{
border-color: #C13D27;
}
</style>