Shades of Grenadier #C33F2B
Tints of Grenadier #C33F2B
RGB
CMYK
RGB Variations
Color information
#C33F2B (or 0xC33F2B) is known color: Grenadier. HEX triplet: C3, 3F and 2B. RGB value is (195,63,43). Sum of RGB (Red+Green+Blue) = 195+63+43=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F2B is #3CC0D4. Grayscale: #646464. Windows color (decimal): -3981525 or 2834371. OLE color: 2834371.
HSL color Cylindrical-coordinate representation of color #C33F2B: hue angle of 7.89º 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 #C33F2B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 43 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.24 |
| HSL | 7.89º | 0.64% | 0.47% | - |
| HSV(B) | 7.89º | 0.78% | 0.76% | - |
| XYZ | 24.72 | 15.33 | 3.94 | - |
| YUV | 100.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 43 | 0 | 0.68 | 0.78 | 0.24 | 7.89 | 0.64 | 0.47 |
| Hex | C3 | 3F | 2B | 0 | 44 | 4E | 18 | 8 | 40 | 2F |
| Octal | 303 | 77 | 53 | 0 | 104 | 116 | 30 | 10 | 100 | 57 |
| Binary | 11000011 | 111111 | 101011 | 0 | 1000100 | 1001110 | 11000 | 1000 | 1000000 | 101111 |
Color Harmonies of #C33F2B
Complementary color
Monochromatic Colors of #C33F2B
Black with #C33F2B
Text Example
Text Example
White with #C33F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F2B; }
p { color: rgb(195,63,43); }
H1.HeaderClassName
{
color: #C33F2B;
}
.AnyTagClassName
{
color: #C33F2B;
}
</style>
background-color css
<style>
a { background-color: #C33F2B; }
a { background-color: rgb(195,63,43); }
div.DivClassName
{
background-color: #C33F2B;
}
.BgClassName
{
background-color: #C33F2B;
}
</style>
border-color css
<style>
span { border-color: #C33F2B; }
span { border-color: rgb(195,63,43); }
td.TdClassName
{
border-color: #C33F2B;
}
.TagClassName
{
border-color: #C33F2B;
}
</style>