Shades of Grenadier #C8423D
Tints of Grenadier #C8423D
RGB
CMYK
RGB Variations
Color information
#C8423D (or 0xC8423D) is known color: Grenadier. HEX triplet: C8, 42 and 3D. RGB value is (200,66,61). Sum of RGB (Red+Green+Blue) = 200+66+61=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423D is #37BDC2. Grayscale: #696969. Windows color (decimal): -3653059 or 4014792. OLE color: 4014792.
HSL color Cylindrical-coordinate representation of color #C8423D: hue angle of 2.16º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8423D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 61 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.22 |
| HSL | 2.16º | 0.56% | 0.51% | - |
| HSV(B) | 2.16º | 0.7% | 0.78% | - |
| XYZ | 26.61 | 16.51 | 6.2 | - |
| YUV | 105.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 61 | 0 | 0.67 | 0.69 | 0.22 | 2.16 | 0.56 | 0.51 |
| Hex | C8 | 42 | 3D | 0 | 43 | 45 | 16 | 2 | 38 | 33 |
| Octal | 310 | 102 | 75 | 0 | 103 | 105 | 26 | 2 | 70 | 63 |
| Binary | 11001000 | 1000010 | 111101 | 0 | 1000011 | 1000101 | 10110 | 10 | 111000 | 110011 |
Color Harmonies of #C8423D
Complementary color
Monochromatic Colors of #C8423D
Black with #C8423D
Text Example
Text Example
White with #C8423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8423D; }
p { color: rgb(200,66,61); }
H1.HeaderClassName
{
color: #C8423D;
}
.AnyTagClassName
{
color: #C8423D;
}
</style>
background-color css
<style>
a { background-color: #C8423D; }
a { background-color: rgb(200,66,61); }
div.DivClassName
{
background-color: #C8423D;
}
.BgClassName
{
background-color: #C8423D;
}
</style>
border-color css
<style>
span { border-color: #C8423D; }
span { border-color: rgb(200,66,61); }
td.TdClassName
{
border-color: #C8423D;
}
.TagClassName
{
border-color: #C8423D;
}
</style>