Shades of Grenadier #CA443D
Tints of Grenadier #CA443D
RGB
CMYK
RGB Variations
Color information
#CA443D (or 0xCA443D) is known color: Grenadier. HEX triplet: CA, 44 and 3D. RGB value is (202,68,61). Sum of RGB (Red+Green+Blue) = 202+68+61=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443D is #35BBC2. Grayscale: #6B6B6B. Windows color (decimal): -3521475 or 4015306. OLE color: 4015306.
HSL color Cylindrical-coordinate representation of color #CA443D: hue angle of 2.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA443D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 61 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.21 |
| HSL | 2.98º | 0.57% | 0.52% | - |
| HSV(B) | 2.98º | 0.7% | 0.79% | - |
| XYZ | 27.27 | 17.03 | 6.26 | - |
| YUV | 107.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 61 | 0 | 0.66 | 0.70 | 0.21 | 2.98 | 0.57 | 0.52 |
| Hex | CA | 44 | 3D | 0 | 42 | 46 | 15 | 3 | 39 | 34 |
| Octal | 312 | 104 | 75 | 0 | 102 | 106 | 25 | 3 | 71 | 64 |
| Binary | 11001010 | 1000100 | 111101 | 0 | 1000010 | 1000110 | 10101 | 11 | 111001 | 110100 |
Color Harmonies of #CA443D
Complementary color
Monochromatic Colors of #CA443D
Black with #CA443D
Text Example
Text Example
White with #CA443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA443D; }
p { color: rgb(202,68,61); }
H1.HeaderClassName
{
color: #CA443D;
}
.AnyTagClassName
{
color: #CA443D;
}
</style>
background-color css
<style>
a { background-color: #CA443D; }
a { background-color: rgb(202,68,61); }
div.DivClassName
{
background-color: #CA443D;
}
.BgClassName
{
background-color: #CA443D;
}
</style>
border-color css
<style>
span { border-color: #CA443D; }
span { border-color: rgb(202,68,61); }
td.TdClassName
{
border-color: #CA443D;
}
.TagClassName
{
border-color: #CA443D;
}
</style>