Shades of Grenadier #C7433A
Tints of Grenadier #C7433A
RGB
CMYK
RGB Variations
Color information
#C7433A (or 0xC7433A) is known color: Grenadier. HEX triplet: C7, 43 and 3A. RGB value is (199,67,58). Sum of RGB (Red+Green+Blue) = 199+67+58=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7433A is #38BCC5. Grayscale: #696969. Windows color (decimal): -3718342 or 3818439. OLE color: 3818439.
HSL color Cylindrical-coordinate representation of color #C7433A: hue angle of 3.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7433A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 58 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.22 |
| HSL | 3.83º | 0.56% | 0.5% | - |
| HSV(B) | 3.83º | 0.71% | 0.78% | - |
| XYZ | 26.32 | 16.46 | 5.79 | - |
| YUV | 105.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 58 | 0 | 0.66 | 0.71 | 0.22 | 3.83 | 0.56 | 0.5 |
| Hex | C7 | 43 | 3A | 0 | 42 | 47 | 16 | 4 | 38 | 32 |
| Octal | 307 | 103 | 72 | 0 | 102 | 107 | 26 | 4 | 70 | 62 |
| Binary | 11000111 | 1000011 | 111010 | 0 | 1000010 | 1000111 | 10110 | 100 | 111000 | 110010 |
Color Harmonies of #C7433A
Complementary color
Monochromatic Colors of #C7433A
Black with #C7433A
Text Example
Text Example
White with #C7433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7433A; }
p { color: rgb(199,67,58); }
H1.HeaderClassName
{
color: #C7433A;
}
.AnyTagClassName
{
color: #C7433A;
}
</style>
background-color css
<style>
a { background-color: #C7433A; }
a { background-color: rgb(199,67,58); }
div.DivClassName
{
background-color: #C7433A;
}
.BgClassName
{
background-color: #C7433A;
}
</style>
border-color css
<style>
span { border-color: #C7433A; }
span { border-color: rgb(199,67,58); }
td.TdClassName
{
border-color: #C7433A;
}
.TagClassName
{
border-color: #C7433A;
}
</style>