Shades of Grenadier #C14030
Tints of Grenadier #C14030
RGB
CMYK
RGB Variations
Color information
#C14030 (or 0xC14030) is known color: Grenadier. HEX triplet: C1, 40 and 30. RGB value is (193,64,48). Sum of RGB (Red+Green+Blue) = 193+64+48=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C14030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14030 is #3EBFCF. Grayscale: #646464. Windows color (decimal): -4112336 or 3162305. OLE color: 3162305.
HSL color Cylindrical-coordinate representation of color #C14030: hue angle of 6.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14030 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 48 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.24 |
| HSL | 6.62º | 0.6% | 0.47% | - |
| HSV(B) | 6.62º | 0.75% | 0.76% | - |
| XYZ | 24.36 | 15.22 | 4.45 | - |
| YUV | 100.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 48 | 0 | 0.67 | 0.75 | 0.24 | 6.62 | 0.6 | 0.47 |
| Hex | C1 | 40 | 30 | 0 | 43 | 4B | 18 | 7 | 3C | 2F |
| Octal | 301 | 100 | 60 | 0 | 103 | 113 | 30 | 7 | 74 | 57 |
| Binary | 11000001 | 1000000 | 110000 | 0 | 1000011 | 1001011 | 11000 | 111 | 111100 | 101111 |
Color Harmonies of #C14030
Complementary color
Monochromatic Colors of #C14030
Black with #C14030
Text Example
Text Example
White with #C14030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14030; }
p { color: rgb(193,64,48); }
H1.HeaderClassName
{
color: #C14030;
}
.AnyTagClassName
{
color: #C14030;
}
</style>
background-color css
<style>
a { background-color: #C14030; }
a { background-color: rgb(193,64,48); }
div.DivClassName
{
background-color: #C14030;
}
.BgClassName
{
background-color: #C14030;
}
</style>
border-color css
<style>
span { border-color: #C14030; }
span { border-color: rgb(193,64,48); }
td.TdClassName
{
border-color: #C14030;
}
.TagClassName
{
border-color: #C14030;
}
</style>