Shades of Grenadier #C1432F
Tints of Grenadier #C1432F
RGB
CMYK
RGB Variations
Color information
#C1432F (or 0xC1432F) is known color: Grenadier. HEX triplet: C1, 43 and 2F. RGB value is (193,67,47). Sum of RGB (Red+Green+Blue) = 193+67+47=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1432F is #3EBCD0. Grayscale: #666666. Windows color (decimal): -4111569 or 3097537. OLE color: 3097537.
HSL color Cylindrical-coordinate representation of color #C1432F: hue angle of 8.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1432F is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 47 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.24 |
| HSL | 8.22º | 0.61% | 0.47% | - |
| HSV(B) | 8.22º | 0.76% | 0.76% | - |
| XYZ | 24.51 | 15.56 | 4.4 | - |
| YUV | 102.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 47 | 0 | 0.65 | 0.76 | 0.24 | 8.22 | 0.61 | 0.47 |
| Hex | C1 | 43 | 2F | 0 | 41 | 4C | 18 | 8 | 3D | 2F |
| Octal | 301 | 103 | 57 | 0 | 101 | 114 | 30 | 10 | 75 | 57 |
| Binary | 11000001 | 1000011 | 101111 | 0 | 1000001 | 1001100 | 11000 | 1000 | 111101 | 101111 |
Color Harmonies of #C1432F
Complementary color
Monochromatic Colors of #C1432F
Black with #C1432F
Text Example
Text Example
White with #C1432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1432F; }
p { color: rgb(193,67,47); }
H1.HeaderClassName
{
color: #C1432F;
}
.AnyTagClassName
{
color: #C1432F;
}
</style>
background-color css
<style>
a { background-color: #C1432F; }
a { background-color: rgb(193,67,47); }
div.DivClassName
{
background-color: #C1432F;
}
.BgClassName
{
background-color: #C1432F;
}
</style>
border-color css
<style>
span { border-color: #C1432F; }
span { border-color: rgb(193,67,47); }
td.TdClassName
{
border-color: #C1432F;
}
.TagClassName
{
border-color: #C1432F;
}
</style>