Shades of Brick Red #CA2E47
Tints of Brick Red #CA2E47
RGB
CMYK
RGB Variations
Color information
#CA2E47 (or 0xCA2E47) is known color: Brick Red. HEX triplet: CA, 2E and 47. RGB value is (202,46,71). Sum of RGB (Red+Green+Blue) = 202+46+71=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E47 is #35D1B8. Grayscale: #5F5F5F. Windows color (decimal): -3527097 or 4665034. OLE color: 4665034.
HSL color Cylindrical-coordinate representation of color #CA2E47: hue angle of 350.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E47 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 71 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.21 |
| HSL | 350.38º | 0.63% | 0.49% | - |
| HSV(B) | 350.38º | 0.77% | 0.79% | - |
| XYZ | 26.47 | 14.97 | 7.45 | - |
| YUV | 95.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 71 | 0 | 0.77 | 0.65 | 0.21 | 350.38 | 0.63 | 0.49 |
| Hex | CA | 2E | 47 | 0 | 4D | 41 | 15 | 15E | 3F | 31 |
| Octal | 312 | 56 | 107 | 0 | 115 | 101 | 25 | 536 | 77 | 61 |
| Binary | 11001010 | 101110 | 1000111 | 0 | 1001101 | 1000001 | 10101 | 101011110 | 111111 | 110001 |
Color Harmonies of #CA2E47
Complementary color
Monochromatic Colors of #CA2E47
Black with #CA2E47
Text Example
Text Example
White with #CA2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E47; }
p { color: rgb(202,46,71); }
H1.HeaderClassName
{
color: #CA2E47;
}
.AnyTagClassName
{
color: #CA2E47;
}
</style>
background-color css
<style>
a { background-color: #CA2E47; }
a { background-color: rgb(202,46,71); }
div.DivClassName
{
background-color: #CA2E47;
}
.BgClassName
{
background-color: #CA2E47;
}
</style>
border-color css
<style>
span { border-color: #CA2E47; }
span { border-color: rgb(202,46,71); }
td.TdClassName
{
border-color: #CA2E47;
}
.TagClassName
{
border-color: #CA2E47;
}
</style>