Shades of Grenadier #CB473F
Tints of Grenadier #CB473F
RGB
CMYK
RGB Variations
Color information
#CB473F (or 0xCB473F) is known color: Grenadier. HEX triplet: CB, 47 and 3F. RGB value is (203,71,63). Sum of RGB (Red+Green+Blue) = 203+71+63=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB473F is #34B8C0. Grayscale: #6D6D6D. Windows color (decimal): -3455169 or 4147147. OLE color: 4147147.
HSL color Cylindrical-coordinate representation of color #CB473F: hue angle of 3.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB473F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 63 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.20 |
| HSL | 3.43º | 0.57% | 0.52% | - |
| HSV(B) | 3.43º | 0.69% | 0.8% | - |
| XYZ | 27.78 | 17.56 | 6.63 | - |
| YUV | 109.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 63 | 0 | 0.65 | 0.69 | 0.20 | 3.43 | 0.57 | 0.52 |
| Hex | CB | 47 | 3F | 0 | 41 | 45 | 14 | 3 | 39 | 34 |
| Octal | 313 | 107 | 77 | 0 | 101 | 105 | 24 | 3 | 71 | 64 |
| Binary | 11001011 | 1000111 | 111111 | 0 | 1000001 | 1000101 | 10100 | 11 | 111001 | 110100 |
Color Harmonies of #CB473F
Complementary color
Monochromatic Colors of #CB473F
Black with #CB473F
Text Example
Text Example
White with #CB473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB473F; }
p { color: rgb(203,71,63); }
H1.HeaderClassName
{
color: #CB473F;
}
.AnyTagClassName
{
color: #CB473F;
}
</style>
background-color css
<style>
a { background-color: #CB473F; }
a { background-color: rgb(203,71,63); }
div.DivClassName
{
background-color: #CB473F;
}
.BgClassName
{
background-color: #CB473F;
}
</style>
border-color css
<style>
span { border-color: #CB473F; }
span { border-color: rgb(203,71,63); }
td.TdClassName
{
border-color: #CB473F;
}
.TagClassName
{
border-color: #CB473F;
}
</style>