Shades of Grenadier #C1433A
Tints of Grenadier #C1433A
RGB
CMYK
RGB Variations
Color information
#C1433A (or 0xC1433A) is known color: Grenadier. HEX triplet: C1, 43 and 3A. RGB value is (193,67,58). Sum of RGB (Red+Green+Blue) = 193+67+58=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C1433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1433A is #3EBCC5. Grayscale: #676767. Windows color (decimal): -4111558 or 3818433. OLE color: 3818433.
HSL color Cylindrical-coordinate representation of color #C1433A: hue angle of 4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1433A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 58 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.24 |
| HSL | 4º | 0.54% | 0.49% | - |
| HSV(B) | 4º | 0.7% | 0.76% | - |
| XYZ | 24.76 | 15.66 | 5.72 | - |
| YUV | 103.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 58 | 0 | 0.65 | 0.70 | 0.24 | 4 | 0.54 | 0.49 |
| Hex | C1 | 43 | 3A | 0 | 41 | 46 | 18 | 4 | 36 | 31 |
| Octal | 301 | 103 | 72 | 0 | 101 | 106 | 30 | 4 | 66 | 61 |
| Binary | 11000001 | 1000011 | 111010 | 0 | 1000001 | 1000110 | 11000 | 100 | 110110 | 110001 |
Color Harmonies of #C1433A
Complementary color
Monochromatic Colors of #C1433A
Black with #C1433A
Text Example
Text Example
White with #C1433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1433A; }
p { color: rgb(193,67,58); }
H1.HeaderClassName
{
color: #C1433A;
}
.AnyTagClassName
{
color: #C1433A;
}
</style>
background-color css
<style>
a { background-color: #C1433A; }
a { background-color: rgb(193,67,58); }
div.DivClassName
{
background-color: #C1433A;
}
.BgClassName
{
background-color: #C1433A;
}
</style>
border-color css
<style>
span { border-color: #C1433A; }
span { border-color: rgb(193,67,58); }
td.TdClassName
{
border-color: #C1433A;
}
.TagClassName
{
border-color: #C1433A;
}
</style>