Shades of Brick Red #CA2D41
Tints of Brick Red #CA2D41
RGB
CMYK
RGB Variations
Color information
#CA2D41 (or 0xCA2D41) is known color: Brick Red. HEX triplet: CA, 2D and 41. RGB value is (202,45,65). Sum of RGB (Red+Green+Blue) = 202+45+65=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D41 is #35D2BE. Grayscale: #5E5E5E. Windows color (decimal): -3527359 or 4271562. OLE color: 4271562.
HSL color Cylindrical-coordinate representation of color #CA2D41: hue angle of 352.36º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D41 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 65 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.21 |
| HSL | 352.36º | 0.64% | 0.48% | - |
| HSV(B) | 352.36º | 0.78% | 0.79% | - |
| XYZ | 26.25 | 14.81 | 6.48 | - |
| YUV | 94.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 65 | 0 | 0.78 | 0.68 | 0.21 | 352.36 | 0.64 | 0.48 |
| Hex | CA | 2D | 41 | 0 | 4E | 44 | 15 | 160 | 40 | 30 |
| Octal | 312 | 55 | 101 | 0 | 116 | 104 | 25 | 540 | 100 | 60 |
| Binary | 11001010 | 101101 | 1000001 | 0 | 1001110 | 1000100 | 10101 | 101100000 | 1000000 | 110000 |
Color Harmonies of #CA2D41
Complementary color
Monochromatic Colors of #CA2D41
Black with #CA2D41
Text Example
Text Example
White with #CA2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D41; }
p { color: rgb(202,45,65); }
H1.HeaderClassName
{
color: #CA2D41;
}
.AnyTagClassName
{
color: #CA2D41;
}
</style>
background-color css
<style>
a { background-color: #CA2D41; }
a { background-color: rgb(202,45,65); }
div.DivClassName
{
background-color: #CA2D41;
}
.BgClassName
{
background-color: #CA2D41;
}
</style>
border-color css
<style>
span { border-color: #CA2D41; }
span { border-color: rgb(202,45,65); }
td.TdClassName
{
border-color: #CA2D41;
}
.TagClassName
{
border-color: #CA2D41;
}
</style>