Shades of Grenadier #C23F2B
Tints of Grenadier #C23F2B
RGB
CMYK
RGB Variations
Color information
#C23F2B (or 0xC23F2B) is known color: Grenadier. HEX triplet: C2, 3F and 2B. RGB value is (194,63,43). Sum of RGB (Red+Green+Blue) = 194+63+43=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F2B is #3DC0D4. Grayscale: #646464. Windows color (decimal): -4047061 or 2834370. OLE color: 2834370.
HSL color Cylindrical-coordinate representation of color #C23F2B: hue angle of 7.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C23F2B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 43 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.24 |
| HSL | 7.95º | 0.64% | 0.46% | - |
| HSV(B) | 7.95º | 0.78% | 0.76% | - |
| XYZ | 24.46 | 15.2 | 3.93 | - |
| YUV | 99.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 43 | 0 | 0.68 | 0.78 | 0.24 | 7.95 | 0.64 | 0.46 |
| Hex | C2 | 3F | 2B | 0 | 44 | 4E | 18 | 8 | 40 | 2E |
| Octal | 302 | 77 | 53 | 0 | 104 | 116 | 30 | 10 | 100 | 56 |
| Binary | 11000010 | 111111 | 101011 | 0 | 1000100 | 1001110 | 11000 | 1000 | 1000000 | 101110 |
Color Harmonies of #C23F2B
Complementary color
Monochromatic Colors of #C23F2B
Black with #C23F2B
Text Example
Text Example
White with #C23F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F2B; }
p { color: rgb(194,63,43); }
H1.HeaderClassName
{
color: #C23F2B;
}
.AnyTagClassName
{
color: #C23F2B;
}
</style>
background-color css
<style>
a { background-color: #C23F2B; }
a { background-color: rgb(194,63,43); }
div.DivClassName
{
background-color: #C23F2B;
}
.BgClassName
{
background-color: #C23F2B;
}
</style>
border-color css
<style>
span { border-color: #C23F2B; }
span { border-color: rgb(194,63,43); }
td.TdClassName
{
border-color: #C23F2B;
}
.TagClassName
{
border-color: #C23F2B;
}
</style>