Shades of Grenadier #C33E2B
Tints of Grenadier #C33E2B
RGB
CMYK
RGB Variations
Color information
#C33E2B (or 0xC33E2B) is known color: Grenadier. HEX triplet: C3, 3E and 2B. RGB value is (195,62,43). Sum of RGB (Red+Green+Blue) = 195+62+43=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E2B is #3CC1D4. Grayscale: #636363. Windows color (decimal): -3981781 or 2834115. OLE color: 2834115.
HSL color Cylindrical-coordinate representation of color #C33E2B: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C33E2B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 43 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.24 |
| HSL | 7.5º | 0.64% | 0.47% | - |
| HSV(B) | 7.5º | 0.78% | 0.76% | - |
| XYZ | 24.66 | 15.22 | 3.92 | - |
| YUV | 99.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 43 | 0 | 0.68 | 0.78 | 0.24 | 7.5 | 0.64 | 0.47 |
| Hex | C3 | 3E | 2B | 0 | 44 | 4E | 18 | 8 | 40 | 2F |
| Octal | 303 | 76 | 53 | 0 | 104 | 116 | 30 | 10 | 100 | 57 |
| Binary | 11000011 | 111110 | 101011 | 0 | 1000100 | 1001110 | 11000 | 1000 | 1000000 | 101111 |
Color Harmonies of #C33E2B
Complementary color
Monochromatic Colors of #C33E2B
Black with #C33E2B
Text Example
Text Example
White with #C33E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E2B; }
p { color: rgb(195,62,43); }
H1.HeaderClassName
{
color: #C33E2B;
}
.AnyTagClassName
{
color: #C33E2B;
}
</style>
background-color css
<style>
a { background-color: #C33E2B; }
a { background-color: rgb(195,62,43); }
div.DivClassName
{
background-color: #C33E2B;
}
.BgClassName
{
background-color: #C33E2B;
}
</style>
border-color css
<style>
span { border-color: #C33E2B; }
span { border-color: rgb(195,62,43); }
td.TdClassName
{
border-color: #C33E2B;
}
.TagClassName
{
border-color: #C33E2B;
}
</style>