Shades of Brick Red #CA2F44
Tints of Brick Red #CA2F44
RGB
CMYK
RGB Variations
Color information
#CA2F44 (or 0xCA2F44) is known color: Brick Red. HEX triplet: CA, 2F and 44. RGB value is (202,47,68). Sum of RGB (Red+Green+Blue) = 202+47+68=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F44 is #35D0BB. Grayscale: #5F5F5F. Windows color (decimal): -3526844 or 4468682. OLE color: 4468682.
HSL color Cylindrical-coordinate representation of color #CA2F44: hue angle of 351.87º 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 #CA2F44 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 68 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.21 |
| HSL | 351.87º | 0.62% | 0.49% | - |
| HSV(B) | 351.87º | 0.77% | 0.79% | - |
| XYZ | 26.42 | 15.01 | 6.97 | - |
| YUV | 95.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 68 | 0 | 0.77 | 0.66 | 0.21 | 351.87 | 0.62 | 0.49 |
| Hex | CA | 2F | 44 | 0 | 4D | 42 | 15 | 160 | 3E | 31 |
| Octal | 312 | 57 | 104 | 0 | 115 | 102 | 25 | 540 | 76 | 61 |
| Binary | 11001010 | 101111 | 1000100 | 0 | 1001101 | 1000010 | 10101 | 101100000 | 111110 | 110001 |
Color Harmonies of #CA2F44
Complementary color
Monochromatic Colors of #CA2F44
Black with #CA2F44
Text Example
Text Example
White with #CA2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F44; }
p { color: rgb(202,47,68); }
H1.HeaderClassName
{
color: #CA2F44;
}
.AnyTagClassName
{
color: #CA2F44;
}
</style>
background-color css
<style>
a { background-color: #CA2F44; }
a { background-color: rgb(202,47,68); }
div.DivClassName
{
background-color: #CA2F44;
}
.BgClassName
{
background-color: #CA2F44;
}
</style>
border-color css
<style>
span { border-color: #CA2F44; }
span { border-color: rgb(202,47,68); }
td.TdClassName
{
border-color: #CA2F44;
}
.TagClassName
{
border-color: #CA2F44;
}
</style>