Shades of Grenadier #C23F36
Tints of Grenadier #C23F36
RGB
CMYK
RGB Variations
Color information
#C23F36 (or 0xC23F36) is known color: Grenadier. HEX triplet: C2, 3F and 36. RGB value is (194,63,54). Sum of RGB (Red+Green+Blue) = 194+63+54=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F36 is #3DC0C9. Grayscale: #656565. Windows color (decimal): -4047050 or 3555266. OLE color: 3555266.
HSL color Cylindrical-coordinate representation of color #C23F36: hue angle of 3.86º 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 #C23F36 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 54 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.24 |
| HSL | 3.86º | 0.56% | 0.49% | - |
| HSV(B) | 3.86º | 0.72% | 0.76% | - |
| XYZ | 24.69 | 15.29 | 5.14 | - |
| YUV | 101.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 54 | 0 | 0.68 | 0.72 | 0.24 | 3.86 | 0.56 | 0.49 |
| Hex | C2 | 3F | 36 | 0 | 44 | 48 | 18 | 4 | 38 | 31 |
| Octal | 302 | 77 | 66 | 0 | 104 | 110 | 30 | 4 | 70 | 61 |
| Binary | 11000010 | 111111 | 110110 | 0 | 1000100 | 1001000 | 11000 | 100 | 111000 | 110001 |
Color Harmonies of #C23F36
Complementary color
Monochromatic Colors of #C23F36
Black with #C23F36
Text Example
Text Example
White with #C23F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F36; }
p { color: rgb(194,63,54); }
H1.HeaderClassName
{
color: #C23F36;
}
.AnyTagClassName
{
color: #C23F36;
}
</style>
background-color css
<style>
a { background-color: #C23F36; }
a { background-color: rgb(194,63,54); }
div.DivClassName
{
background-color: #C23F36;
}
.BgClassName
{
background-color: #C23F36;
}
</style>
border-color css
<style>
span { border-color: #C23F36; }
span { border-color: rgb(194,63,54); }
td.TdClassName
{
border-color: #C23F36;
}
.TagClassName
{
border-color: #C23F36;
}
</style>