Shades of Grenadier #C84438
Tints of Grenadier #C84438
RGB
CMYK
RGB Variations
Color information
#C84438 (or 0xC84438) is known color: Grenadier. HEX triplet: C8, 44 and 38. RGB value is (200,68,56). Sum of RGB (Red+Green+Blue) = 200+68+56=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C84438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84438 is #37BBC7. Grayscale: #6A6A6A. Windows color (decimal): -3652552 or 3687624. OLE color: 3687624.
HSL color Cylindrical-coordinate representation of color #C84438: hue angle of 5º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84438 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 56 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.22 |
| HSL | 5º | 0.57% | 0.5% | - |
| HSV(B) | 5º | 0.72% | 0.78% | - |
| XYZ | 26.6 | 16.7 | 5.56 | - |
| YUV | 106.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 56 | 0 | 0.66 | 0.72 | 0.22 | 5 | 0.57 | 0.5 |
| Hex | C8 | 44 | 38 | 0 | 42 | 48 | 16 | 5 | 39 | 32 |
| Octal | 310 | 104 | 70 | 0 | 102 | 110 | 26 | 5 | 71 | 62 |
| Binary | 11001000 | 1000100 | 111000 | 0 | 1000010 | 1001000 | 10110 | 101 | 111001 | 110010 |
Color Harmonies of #C84438
Complementary color
Monochromatic Colors of #C84438
Black with #C84438
Text Example
Text Example
White with #C84438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84438; }
p { color: rgb(200,68,56); }
H1.HeaderClassName
{
color: #C84438;
}
.AnyTagClassName
{
color: #C84438;
}
</style>
background-color css
<style>
a { background-color: #C84438; }
a { background-color: rgb(200,68,56); }
div.DivClassName
{
background-color: #C84438;
}
.BgClassName
{
background-color: #C84438;
}
</style>
border-color css
<style>
span { border-color: #C84438; }
span { border-color: rgb(200,68,56); }
td.TdClassName
{
border-color: #C84438;
}
.TagClassName
{
border-color: #C84438;
}
</style>