Shades of Brick Red #CA2641
Tints of Brick Red #CA2641
RGB
CMYK
RGB Variations
Color information
#CA2641 (or 0xCA2641) is known color: Brick Red. HEX triplet: CA, 26 and 41. RGB value is (202,38,65). Sum of RGB (Red+Green+Blue) = 202+38+65=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2641 is #35D9BE. Grayscale: #5A5A5A. Windows color (decimal): -3529151 or 4269770. OLE color: 4269770.
HSL color Cylindrical-coordinate representation of color #CA2641: hue angle of 350.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2641 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 65 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.21 |
| HSL | 350.12º | 0.68% | 0.47% | - |
| HSV(B) | 350.12º | 0.81% | 0.79% | - |
| XYZ | 26 | 14.32 | 6.4 | - |
| YUV | 90.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 65 | 0 | 0.81 | 0.68 | 0.21 | 350.12 | 0.68 | 0.47 |
| Hex | CA | 26 | 41 | 0 | 51 | 44 | 15 | 15E | 44 | 2F |
| Octal | 312 | 46 | 101 | 0 | 121 | 104 | 25 | 536 | 104 | 57 |
| Binary | 11001010 | 100110 | 1000001 | 0 | 1010001 | 1000100 | 10101 | 101011110 | 1000100 | 101111 |
Color Harmonies of #CA2641
Complementary color
Monochromatic Colors of #CA2641
Black with #CA2641
Text Example
Text Example
White with #CA2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2641; }
p { color: rgb(202,38,65); }
H1.HeaderClassName
{
color: #CA2641;
}
.AnyTagClassName
{
color: #CA2641;
}
</style>
background-color css
<style>
a { background-color: #CA2641; }
a { background-color: rgb(202,38,65); }
div.DivClassName
{
background-color: #CA2641;
}
.BgClassName
{
background-color: #CA2641;
}
</style>
border-color css
<style>
span { border-color: #CA2641; }
span { border-color: rgb(202,38,65); }
td.TdClassName
{
border-color: #CA2641;
}
.TagClassName
{
border-color: #CA2641;
}
</style>