Shades of Grenadier #C84335
Tints of Grenadier #C84335
RGB
CMYK
RGB Variations
Color information
#C84335 (or 0xC84335) is known color: Grenadier. HEX triplet: C8, 43 and 35. RGB value is (200,67,53). Sum of RGB (Red+Green+Blue) = 200+67+53=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C84335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84335 is #37BCCA. Grayscale: #696969. Windows color (decimal): -3652811 or 3490760. OLE color: 3490760.
HSL color Cylindrical-coordinate representation of color #C84335: hue angle of 5.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84335 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 53 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.22 |
| HSL | 5.71º | 0.58% | 0.5% | - |
| HSV(B) | 5.71º | 0.74% | 0.78% | - |
| XYZ | 26.47 | 16.55 | 5.17 | - |
| YUV | 105.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 53 | 0 | 0.66 | 0.74 | 0.22 | 5.71 | 0.58 | 0.5 |
| Hex | C8 | 43 | 35 | 0 | 42 | 4A | 16 | 6 | 3A | 32 |
| Octal | 310 | 103 | 65 | 0 | 102 | 112 | 26 | 6 | 72 | 62 |
| Binary | 11001000 | 1000011 | 110101 | 0 | 1000010 | 1001010 | 10110 | 110 | 111010 | 110010 |
Color Harmonies of #C84335
Complementary color
Monochromatic Colors of #C84335
Black with #C84335
Text Example
Text Example
White with #C84335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84335; }
p { color: rgb(200,67,53); }
H1.HeaderClassName
{
color: #C84335;
}
.AnyTagClassName
{
color: #C84335;
}
</style>
background-color css
<style>
a { background-color: #C84335; }
a { background-color: rgb(200,67,53); }
div.DivClassName
{
background-color: #C84335;
}
.BgClassName
{
background-color: #C84335;
}
</style>
border-color css
<style>
span { border-color: #C84335; }
span { border-color: rgb(200,67,53); }
td.TdClassName
{
border-color: #C84335;
}
.TagClassName
{
border-color: #C84335;
}
</style>