Shades of Grenadier #C23F32
Tints of Grenadier #C23F32
RGB
CMYK
RGB Variations
Color information
#C23F32 (or 0xC23F32) is known color: Grenadier. HEX triplet: C2, 3F and 32. RGB value is (194,63,50). Sum of RGB (Red+Green+Blue) = 194+63+50=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F32 is #3DC0CD. Grayscale: #646464. Windows color (decimal): -4047054 or 3293122. OLE color: 3293122.
HSL color Cylindrical-coordinate representation of color #C23F32: hue angle of 5.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23F32 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 50 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.24 |
| HSL | 5.42º | 0.59% | 0.48% | - |
| HSV(B) | 5.42º | 0.74% | 0.76% | - |
| XYZ | 24.6 | 15.25 | 4.67 | - |
| YUV | 100.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 50 | 0 | 0.68 | 0.74 | 0.24 | 5.42 | 0.59 | 0.48 |
| Hex | C2 | 3F | 32 | 0 | 44 | 4A | 18 | 5 | 3B | 30 |
| Octal | 302 | 77 | 62 | 0 | 104 | 112 | 30 | 5 | 73 | 60 |
| Binary | 11000010 | 111111 | 110010 | 0 | 1000100 | 1001010 | 11000 | 101 | 111011 | 110000 |
Color Harmonies of #C23F32
Complementary color
Monochromatic Colors of #C23F32
Black with #C23F32
Text Example
Text Example
White with #C23F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F32; }
p { color: rgb(194,63,50); }
H1.HeaderClassName
{
color: #C23F32;
}
.AnyTagClassName
{
color: #C23F32;
}
</style>
background-color css
<style>
a { background-color: #C23F32; }
a { background-color: rgb(194,63,50); }
div.DivClassName
{
background-color: #C23F32;
}
.BgClassName
{
background-color: #C23F32;
}
</style>
border-color css
<style>
span { border-color: #C23F32; }
span { border-color: rgb(194,63,50); }
td.TdClassName
{
border-color: #C23F32;
}
.TagClassName
{
border-color: #C23F32;
}
</style>