Shades of Grenadier #C8423B
Tints of Grenadier #C8423B
RGB
CMYK
RGB Variations
Color information
#C8423B (or 0xC8423B) is known color: Grenadier. HEX triplet: C8, 42 and 3B. RGB value is (200,66,59). Sum of RGB (Red+Green+Blue) = 200+66+59=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423B is #37BDC4. Grayscale: #696969. Windows color (decimal): -3653061 or 3883720. OLE color: 3883720.
HSL color Cylindrical-coordinate representation of color #C8423B: hue angle of 2.98º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8423B is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 59 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.22 |
| HSL | 2.98º | 0.56% | 0.51% | - |
| HSV(B) | 2.98º | 0.71% | 0.78% | - |
| XYZ | 26.56 | 16.49 | 5.92 | - |
| YUV | 105.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 59 | 0 | 0.67 | 0.70 | 0.22 | 2.98 | 0.56 | 0.51 |
| Hex | C8 | 42 | 3B | 0 | 43 | 46 | 16 | 3 | 38 | 33 |
| Octal | 310 | 102 | 73 | 0 | 103 | 106 | 26 | 3 | 70 | 63 |
| Binary | 11001000 | 1000010 | 111011 | 0 | 1000011 | 1000110 | 10110 | 11 | 111000 | 110011 |
Color Harmonies of #C8423B
Complementary color
Monochromatic Colors of #C8423B
Black with #C8423B
Text Example
Text Example
White with #C8423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8423B; }
p { color: rgb(200,66,59); }
H1.HeaderClassName
{
color: #C8423B;
}
.AnyTagClassName
{
color: #C8423B;
}
</style>
background-color css
<style>
a { background-color: #C8423B; }
a { background-color: rgb(200,66,59); }
div.DivClassName
{
background-color: #C8423B;
}
.BgClassName
{
background-color: #C8423B;
}
</style>
border-color css
<style>
span { border-color: #C8423B; }
span { border-color: rgb(200,66,59); }
td.TdClassName
{
border-color: #C8423B;
}
.TagClassName
{
border-color: #C8423B;
}
</style>