Shades of Grenadier #CA4233
Tints of Grenadier #CA4233
RGB
CMYK
RGB Variations
Color information
#CA4233 (or 0xCA4233) is known color: Grenadier. HEX triplet: CA, 42 and 33. RGB value is (202,66,51). Sum of RGB (Red+Green+Blue) = 202+66+51=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4233 is #35BDCC. Grayscale: #696969. Windows color (decimal): -3521997 or 3359434. OLE color: 3359434.
HSL color Cylindrical-coordinate representation of color #CA4233: hue angle of 5.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA4233 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 51 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.21 |
| HSL | 5.96º | 0.6% | 0.5% | - |
| HSV(B) | 5.96º | 0.75% | 0.79% | - |
| XYZ | 26.9 | 16.69 | 4.94 | - |
| YUV | 104.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 51 | 0 | 0.67 | 0.75 | 0.21 | 5.96 | 0.6 | 0.5 |
| Hex | CA | 42 | 33 | 0 | 43 | 4B | 15 | 6 | 3C | 32 |
| Octal | 312 | 102 | 63 | 0 | 103 | 113 | 25 | 6 | 74 | 62 |
| Binary | 11001010 | 1000010 | 110011 | 0 | 1000011 | 1001011 | 10101 | 110 | 111100 | 110010 |
Color Harmonies of #CA4233
Complementary color
Monochromatic Colors of #CA4233
Black with #CA4233
Text Example
Text Example
White with #CA4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4233; }
p { color: rgb(202,66,51); }
H1.HeaderClassName
{
color: #CA4233;
}
.AnyTagClassName
{
color: #CA4233;
}
</style>
background-color css
<style>
a { background-color: #CA4233; }
a { background-color: rgb(202,66,51); }
div.DivClassName
{
background-color: #CA4233;
}
.BgClassName
{
background-color: #CA4233;
}
</style>
border-color css
<style>
span { border-color: #CA4233; }
span { border-color: rgb(202,66,51); }
td.TdClassName
{
border-color: #CA4233;
}
.TagClassName
{
border-color: #CA4233;
}
</style>