Shades of Grenadier #C23F37
Tints of Grenadier #C23F37
RGB
CMYK
RGB Variations
Color information
#C23F37 (or 0xC23F37) is known color: Grenadier. HEX triplet: C2, 3F and 37. RGB value is (194,63,55). Sum of RGB (Red+Green+Blue) = 194+63+55=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F37 is #3DC0C8. Grayscale: #656565. Windows color (decimal): -4047049 or 3620802. OLE color: 3620802.
HSL color Cylindrical-coordinate representation of color #C23F37: hue angle of 3.45º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23F37 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 55 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.24 |
| HSL | 3.45º | 0.56% | 0.49% | - |
| HSV(B) | 3.45º | 0.72% | 0.76% | - |
| XYZ | 24.72 | 15.3 | 5.27 | - |
| YUV | 101.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 55 | 0 | 0.68 | 0.72 | 0.24 | 3.45 | 0.56 | 0.49 |
| Hex | C2 | 3F | 37 | 0 | 44 | 48 | 18 | 3 | 38 | 31 |
| Octal | 302 | 77 | 67 | 0 | 104 | 110 | 30 | 3 | 70 | 61 |
| Binary | 11000010 | 111111 | 110111 | 0 | 1000100 | 1001000 | 11000 | 11 | 111000 | 110001 |
Color Harmonies of #C23F37
Complementary color
Monochromatic Colors of #C23F37
Black with #C23F37
Text Example
Text Example
White with #C23F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F37; }
p { color: rgb(194,63,55); }
H1.HeaderClassName
{
color: #C23F37;
}
.AnyTagClassName
{
color: #C23F37;
}
</style>
background-color css
<style>
a { background-color: #C23F37; }
a { background-color: rgb(194,63,55); }
div.DivClassName
{
background-color: #C23F37;
}
.BgClassName
{
background-color: #C23F37;
}
</style>
border-color css
<style>
span { border-color: #C23F37; }
span { border-color: rgb(194,63,55); }
td.TdClassName
{
border-color: #C23F37;
}
.TagClassName
{
border-color: #C23F37;
}
</style>