Shades of Brick Red #CA2D3F
Tints of Brick Red #CA2D3F
RGB
CMYK
RGB Variations
Color information
#CA2D3F (or 0xCA2D3F) is known color: Brick Red. HEX triplet: CA, 2D and 3F. RGB value is (202,45,63). Sum of RGB (Red+Green+Blue) = 202+45+63=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D3F is #35D2C0. Grayscale: #5E5E5E. Windows color (decimal): -3527361 or 4140490. OLE color: 4140490.
HSL color Cylindrical-coordinate representation of color #CA2D3F: hue angle of 353.12º 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 #CA2D3F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 63 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.21 |
| HSL | 353.12º | 0.64% | 0.48% | - |
| HSV(B) | 353.12º | 0.78% | 0.79% | - |
| XYZ | 26.19 | 14.79 | 6.18 | - |
| YUV | 94 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 63 | 0 | 0.78 | 0.69 | 0.21 | 353.12 | 0.64 | 0.48 |
| Hex | CA | 2D | 3F | 0 | 4E | 45 | 15 | 161 | 40 | 30 |
| Octal | 312 | 55 | 77 | 0 | 116 | 105 | 25 | 541 | 100 | 60 |
| Binary | 11001010 | 101101 | 111111 | 0 | 1001110 | 1000101 | 10101 | 101100001 | 1000000 | 110000 |
Color Harmonies of #CA2D3F
Complementary color
Monochromatic Colors of #CA2D3F
Black with #CA2D3F
Text Example
Text Example
White with #CA2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D3F; }
p { color: rgb(202,45,63); }
H1.HeaderClassName
{
color: #CA2D3F;
}
.AnyTagClassName
{
color: #CA2D3F;
}
</style>
background-color css
<style>
a { background-color: #CA2D3F; }
a { background-color: rgb(202,45,63); }
div.DivClassName
{
background-color: #CA2D3F;
}
.BgClassName
{
background-color: #CA2D3F;
}
</style>
border-color css
<style>
span { border-color: #CA2D3F; }
span { border-color: rgb(202,45,63); }
td.TdClassName
{
border-color: #CA2D3F;
}
.TagClassName
{
border-color: #CA2D3F;
}
</style>