Shades of Grenadier #C23F31
Tints of Grenadier #C23F31
RGB
CMYK
RGB Variations
Color information
#C23F31 (or 0xC23F31) is known color: Grenadier. HEX triplet: C2, 3F and 31. RGB value is (194,63,49). Sum of RGB (Red+Green+Blue) = 194+63+49=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F31 is #3DC0CE. Grayscale: #646464. Windows color (decimal): -4047055 or 3227586. OLE color: 3227586.
HSL color Cylindrical-coordinate representation of color #C23F31: hue angle of 5.79º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23F31 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 49 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.24 |
| HSL | 5.79º | 0.6% | 0.48% | - |
| HSV(B) | 5.79º | 0.75% | 0.76% | - |
| XYZ | 24.58 | 15.25 | 4.55 | - |
| YUV | 100.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 49 | 0 | 0.68 | 0.75 | 0.24 | 5.79 | 0.6 | 0.48 |
| Hex | C2 | 3F | 31 | 0 | 44 | 4B | 18 | 6 | 3C | 30 |
| Octal | 302 | 77 | 61 | 0 | 104 | 113 | 30 | 6 | 74 | 60 |
| Binary | 11000010 | 111111 | 110001 | 0 | 1000100 | 1001011 | 11000 | 110 | 111100 | 110000 |
Color Harmonies of #C23F31
Complementary color
Monochromatic Colors of #C23F31
Black with #C23F31
Text Example
Text Example
White with #C23F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F31; }
p { color: rgb(194,63,49); }
H1.HeaderClassName
{
color: #C23F31;
}
.AnyTagClassName
{
color: #C23F31;
}
</style>
background-color css
<style>
a { background-color: #C23F31; }
a { background-color: rgb(194,63,49); }
div.DivClassName
{
background-color: #C23F31;
}
.BgClassName
{
background-color: #C23F31;
}
</style>
border-color css
<style>
span { border-color: #C23F31; }
span { border-color: rgb(194,63,49); }
td.TdClassName
{
border-color: #C23F31;
}
.TagClassName
{
border-color: #C23F31;
}
</style>