Shades of Brick Red #CA2540
Tints of Brick Red #CA2540
RGB
CMYK
RGB Variations
Color information
#CA2540 (or 0xCA2540) is known color: Brick Red. HEX triplet: CA, 25 and 40. RGB value is (202,37,64). Sum of RGB (Red+Green+Blue) = 202+37+64=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2540 is #35DABF. Grayscale: #595959. Windows color (decimal): -3529408 or 4203978. OLE color: 4203978.
HSL color Cylindrical-coordinate representation of color #CA2540: hue angle of 350.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2540 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 64 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.21 |
| HSL | 350.18º | 0.69% | 0.47% | - |
| HSV(B) | 350.18º | 0.82% | 0.79% | - |
| XYZ | 25.94 | 14.25 | 6.23 | - |
| YUV | 89.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 64 | 0 | 0.82 | 0.68 | 0.21 | 350.18 | 0.69 | 0.47 |
| Hex | CA | 25 | 40 | 0 | 52 | 44 | 15 | 15E | 45 | 2F |
| Octal | 312 | 45 | 100 | 0 | 122 | 104 | 25 | 536 | 105 | 57 |
| Binary | 11001010 | 100101 | 1000000 | 0 | 1010010 | 1000100 | 10101 | 101011110 | 1000101 | 101111 |
Color Harmonies of #CA2540
Complementary color
Monochromatic Colors of #CA2540
Black with #CA2540
Text Example
Text Example
White with #CA2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2540; }
p { color: rgb(202,37,64); }
H1.HeaderClassName
{
color: #CA2540;
}
.AnyTagClassName
{
color: #CA2540;
}
</style>
background-color css
<style>
a { background-color: #CA2540; }
a { background-color: rgb(202,37,64); }
div.DivClassName
{
background-color: #CA2540;
}
.BgClassName
{
background-color: #CA2540;
}
</style>
border-color css
<style>
span { border-color: #CA2540; }
span { border-color: rgb(202,37,64); }
td.TdClassName
{
border-color: #CA2540;
}
.TagClassName
{
border-color: #CA2540;
}
</style>