Shades of Brick Red #CA2247
Tints of Brick Red #CA2247
RGB
CMYK
RGB Variations
Color information
#CA2247 (or 0xCA2247) is known color: Brick Red. HEX triplet: CA, 22 and 47. RGB value is (202,34,71). Sum of RGB (Red+Green+Blue) = 202+34+71=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2247 is #35DDB8. Grayscale: #585858. Windows color (decimal): -3530169 or 4661962. OLE color: 4661962.
HSL color Cylindrical-coordinate representation of color #CA2247: hue angle of 346.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2247 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 71 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.21 |
| HSL | 346.79º | 0.71% | 0.46% | - |
| HSV(B) | 346.79º | 0.83% | 0.79% | - |
| XYZ | 26.07 | 14.16 | 7.32 | - |
| YUV | 88.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 71 | 0 | 0.83 | 0.65 | 0.21 | 346.79 | 0.71 | 0.46 |
| Hex | CA | 22 | 47 | 0 | 53 | 41 | 15 | 15B | 47 | 2E |
| Octal | 312 | 42 | 107 | 0 | 123 | 101 | 25 | 533 | 107 | 56 |
| Binary | 11001010 | 100010 | 1000111 | 0 | 1010011 | 1000001 | 10101 | 101011011 | 1000111 | 101110 |
Color Harmonies of #CA2247
Complementary color
Monochromatic Colors of #CA2247
Black with #CA2247
Text Example
Text Example
White with #CA2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2247; }
p { color: rgb(202,34,71); }
H1.HeaderClassName
{
color: #CA2247;
}
.AnyTagClassName
{
color: #CA2247;
}
</style>
background-color css
<style>
a { background-color: #CA2247; }
a { background-color: rgb(202,34,71); }
div.DivClassName
{
background-color: #CA2247;
}
.BgClassName
{
background-color: #CA2247;
}
</style>
border-color css
<style>
span { border-color: #CA2247; }
span { border-color: rgb(202,34,71); }
td.TdClassName
{
border-color: #CA2247;
}
.TagClassName
{
border-color: #CA2247;
}
</style>