Shades of Brick Red #CA2F3E
Tints of Brick Red #CA2F3E
RGB
CMYK
RGB Variations
Color information
#CA2F3E (or 0xCA2F3E) is known color: Brick Red. HEX triplet: CA, 2F and 3E. RGB value is (202,47,62). Sum of RGB (Red+Green+Blue) = 202+47+62=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F3E is #35D0C1. Grayscale: #5F5F5F. Windows color (decimal): -3526850 or 4075466. OLE color: 4075466.
HSL color Cylindrical-coordinate representation of color #CA2F3E: hue angle of 354.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F3E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 62 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.21 |
| HSL | 354.19º | 0.62% | 0.49% | - |
| HSV(B) | 354.19º | 0.77% | 0.79% | - |
| XYZ | 26.24 | 14.94 | 6.06 | - |
| YUV | 95.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 62 | 0 | 0.77 | 0.69 | 0.21 | 354.19 | 0.62 | 0.49 |
| Hex | CA | 2F | 3E | 0 | 4D | 45 | 15 | 162 | 3E | 31 |
| Octal | 312 | 57 | 76 | 0 | 115 | 105 | 25 | 542 | 76 | 61 |
| Binary | 11001010 | 101111 | 111110 | 0 | 1001101 | 1000101 | 10101 | 101100010 | 111110 | 110001 |
Color Harmonies of #CA2F3E
Complementary color
Monochromatic Colors of #CA2F3E
Black with #CA2F3E
Text Example
Text Example
White with #CA2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F3E; }
p { color: rgb(202,47,62); }
H1.HeaderClassName
{
color: #CA2F3E;
}
.AnyTagClassName
{
color: #CA2F3E;
}
</style>
background-color css
<style>
a { background-color: #CA2F3E; }
a { background-color: rgb(202,47,62); }
div.DivClassName
{
background-color: #CA2F3E;
}
.BgClassName
{
background-color: #CA2F3E;
}
</style>
border-color css
<style>
span { border-color: #CA2F3E; }
span { border-color: rgb(202,47,62); }
td.TdClassName
{
border-color: #CA2F3E;
}
.TagClassName
{
border-color: #CA2F3E;
}
</style>