Shades of Grenadier #C03D2D
Tints of Grenadier #C03D2D
RGB
CMYK
RGB Variations
Color information
#C03D2D (or 0xC03D2D) is known color: Grenadier. HEX triplet: C0, 3D and 2D. RGB value is (192,61,45). Sum of RGB (Red+Green+Blue) = 192+61+45=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D2D is #3FC2D2. Grayscale: #626262. Windows color (decimal): -4178643 or 2964928. OLE color: 2964928.
HSL color Cylindrical-coordinate representation of color #C03D2D: hue angle of 6.53º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03D2D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 45 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.25 |
| HSL | 6.53º | 0.62% | 0.46% | - |
| HSV(B) | 6.53º | 0.77% | 0.75% | - |
| XYZ | 23.88 | 14.73 | 4.07 | - |
| YUV | 98.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 45 | 0 | 0.68 | 0.77 | 0.25 | 6.53 | 0.62 | 0.46 |
| Hex | C0 | 3D | 2D | 0 | 44 | 4D | 19 | 7 | 3E | 2E |
| Octal | 300 | 75 | 55 | 0 | 104 | 115 | 31 | 7 | 76 | 56 |
| Binary | 11000000 | 111101 | 101101 | 0 | 1000100 | 1001101 | 11001 | 111 | 111110 | 101110 |
Color Harmonies of #C03D2D
Complementary color
Monochromatic Colors of #C03D2D
Black with #C03D2D
Text Example
Text Example
White with #C03D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D2D; }
p { color: rgb(192,61,45); }
H1.HeaderClassName
{
color: #C03D2D;
}
.AnyTagClassName
{
color: #C03D2D;
}
</style>
background-color css
<style>
a { background-color: #C03D2D; }
a { background-color: rgb(192,61,45); }
div.DivClassName
{
background-color: #C03D2D;
}
.BgClassName
{
background-color: #C03D2D;
}
</style>
border-color css
<style>
span { border-color: #C03D2D; }
span { border-color: rgb(192,61,45); }
td.TdClassName
{
border-color: #C03D2D;
}
.TagClassName
{
border-color: #C03D2D;
}
</style>