Shades of Grenadier #C1433D
Tints of Grenadier #C1433D
RGB
CMYK
RGB Variations
Color information
#C1433D (or 0xC1433D) is known color: Grenadier. HEX triplet: C1, 43 and 3D. RGB value is (193,67,61). Sum of RGB (Red+Green+Blue) = 193+67+61=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1433D is #3EBCC2. Grayscale: #686868. Windows color (decimal): -4111555 or 4015041. OLE color: 4015041.
HSL color Cylindrical-coordinate representation of color #C1433D: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1433D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 61 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.24 |
| HSL | 2.73º | 0.52% | 0.5% | - |
| HSV(B) | 2.73º | 0.68% | 0.76% | - |
| XYZ | 24.84 | 15.69 | 6.13 | - |
| YUV | 103.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 61 | 0 | 0.65 | 0.68 | 0.24 | 2.73 | 0.52 | 0.5 |
| Hex | C1 | 43 | 3D | 0 | 41 | 44 | 18 | 3 | 34 | 32 |
| Octal | 301 | 103 | 75 | 0 | 101 | 104 | 30 | 3 | 64 | 62 |
| Binary | 11000001 | 1000011 | 111101 | 0 | 1000001 | 1000100 | 11000 | 11 | 110100 | 110010 |
Color Harmonies of #C1433D
Complementary color
Monochromatic Colors of #C1433D
Black with #C1433D
Text Example
Text Example
White with #C1433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1433D; }
p { color: rgb(193,67,61); }
H1.HeaderClassName
{
color: #C1433D;
}
.AnyTagClassName
{
color: #C1433D;
}
</style>
background-color css
<style>
a { background-color: #C1433D; }
a { background-color: rgb(193,67,61); }
div.DivClassName
{
background-color: #C1433D;
}
.BgClassName
{
background-color: #C1433D;
}
</style>
border-color css
<style>
span { border-color: #C1433D; }
span { border-color: rgb(193,67,61); }
td.TdClassName
{
border-color: #C1433D;
}
.TagClassName
{
border-color: #C1433D;
}
</style>