Shades of Grenadier #C7423A
Tints of Grenadier #C7423A
RGB
CMYK
RGB Variations
Color information
#C7423A (or 0xC7423A) is known color: Grenadier. HEX triplet: C7, 42 and 3A. RGB value is (199,66,58). Sum of RGB (Red+Green+Blue) = 199+66+58=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7423A is #38BDC5. Grayscale: #696969. Windows color (decimal): -3718598 or 3818183. OLE color: 3818183.
HSL color Cylindrical-coordinate representation of color #C7423A: hue angle of 3.4º 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 #C7423A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.22 |
| HSL | 3.4º | 0.56% | 0.5% | - |
| HSV(B) | 3.4º | 0.71% | 0.78% | - |
| XYZ | 26.27 | 16.34 | 5.77 | - |
| YUV | 104.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 58 | 0 | 0.67 | 0.71 | 0.22 | 3.4 | 0.56 | 0.5 |
| Hex | C7 | 42 | 3A | 0 | 43 | 47 | 16 | 3 | 38 | 32 |
| Octal | 307 | 102 | 72 | 0 | 103 | 107 | 26 | 3 | 70 | 62 |
| Binary | 11000111 | 1000010 | 111010 | 0 | 1000011 | 1000111 | 10110 | 11 | 111000 | 110010 |
Color Harmonies of #C7423A
Complementary color
Monochromatic Colors of #C7423A
Black with #C7423A
Text Example
Text Example
White with #C7423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7423A; }
p { color: rgb(199,66,58); }
H1.HeaderClassName
{
color: #C7423A;
}
.AnyTagClassName
{
color: #C7423A;
}
</style>
background-color css
<style>
a { background-color: #C7423A; }
a { background-color: rgb(199,66,58); }
div.DivClassName
{
background-color: #C7423A;
}
.BgClassName
{
background-color: #C7423A;
}
</style>
border-color css
<style>
span { border-color: #C7423A; }
span { border-color: rgb(199,66,58); }
td.TdClassName
{
border-color: #C7423A;
}
.TagClassName
{
border-color: #C7423A;
}
</style>