Shades of Brick Red #CA2941
Tints of Brick Red #CA2941
RGB
CMYK
RGB Variations
Color information
#CA2941 (or 0xCA2941) is known color: Brick Red. HEX triplet: CA, 29 and 41. RGB value is (202,41,65). Sum of RGB (Red+Green+Blue) = 202+41+65=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2941 is #35D6BE. Grayscale: #5B5B5B. Windows color (decimal): -3528383 or 4270538. OLE color: 4270538.
HSL color Cylindrical-coordinate representation of color #CA2941: hue angle of 351.06º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2941 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 65 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.21 |
| HSL | 351.06º | 0.66% | 0.48% | - |
| HSV(B) | 351.06º | 0.8% | 0.79% | - |
| XYZ | 26.1 | 14.52 | 6.43 | - |
| YUV | 91.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 65 | 0 | 0.80 | 0.68 | 0.21 | 351.06 | 0.66 | 0.48 |
| Hex | CA | 29 | 41 | 0 | 50 | 44 | 15 | 15F | 42 | 30 |
| Octal | 312 | 51 | 101 | 0 | 120 | 104 | 25 | 537 | 102 | 60 |
| Binary | 11001010 | 101001 | 1000001 | 0 | 1010000 | 1000100 | 10101 | 101011111 | 1000010 | 110000 |
Color Harmonies of #CA2941
Complementary color
Monochromatic Colors of #CA2941
Black with #CA2941
Text Example
Text Example
White with #CA2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2941; }
p { color: rgb(202,41,65); }
H1.HeaderClassName
{
color: #CA2941;
}
.AnyTagClassName
{
color: #CA2941;
}
</style>
background-color css
<style>
a { background-color: #CA2941; }
a { background-color: rgb(202,41,65); }
div.DivClassName
{
background-color: #CA2941;
}
.BgClassName
{
background-color: #CA2941;
}
</style>
border-color css
<style>
span { border-color: #CA2941; }
span { border-color: rgb(202,41,65); }
td.TdClassName
{
border-color: #CA2941;
}
.TagClassName
{
border-color: #CA2941;
}
</style>