Shades of Grenadier #C84230
Tints of Grenadier #C84230
RGB
CMYK
RGB Variations
Color information
#C84230 (or 0xC84230) is known color: Grenadier. HEX triplet: C8, 42 and 30. RGB value is (200,66,48). Sum of RGB (Red+Green+Blue) = 200+66+48=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C84230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84230 is #37BDCF. Grayscale: #686868. Windows color (decimal): -3653072 or 3162824. OLE color: 3162824.
HSL color Cylindrical-coordinate representation of color #C84230: hue angle of 7.11º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C84230 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 48 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.22 |
| HSL | 7.11º | 0.61% | 0.49% | - |
| HSV(B) | 7.11º | 0.76% | 0.78% | - |
| XYZ | 26.3 | 16.39 | 4.57 | - |
| YUV | 104.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 48 | 0 | 0.67 | 0.76 | 0.22 | 7.11 | 0.61 | 0.49 |
| Hex | C8 | 42 | 30 | 0 | 43 | 4C | 16 | 7 | 3D | 31 |
| Octal | 310 | 102 | 60 | 0 | 103 | 114 | 26 | 7 | 75 | 61 |
| Binary | 11001000 | 1000010 | 110000 | 0 | 1000011 | 1001100 | 10110 | 111 | 111101 | 110001 |
Color Harmonies of #C84230
Complementary color
Monochromatic Colors of #C84230
Black with #C84230
Text Example
Text Example
White with #C84230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84230; }
p { color: rgb(200,66,48); }
H1.HeaderClassName
{
color: #C84230;
}
.AnyTagClassName
{
color: #C84230;
}
</style>
background-color css
<style>
a { background-color: #C84230; }
a { background-color: rgb(200,66,48); }
div.DivClassName
{
background-color: #C84230;
}
.BgClassName
{
background-color: #C84230;
}
</style>
border-color css
<style>
span { border-color: #C84230; }
span { border-color: rgb(200,66,48); }
td.TdClassName
{
border-color: #C84230;
}
.TagClassName
{
border-color: #C84230;
}
</style>