Shades of Brick Red #CA2447
Tints of Brick Red #CA2447
RGB
CMYK
RGB Variations
Color information
#CA2447 (or 0xCA2447) is known color: Brick Red. HEX triplet: CA, 24 and 47. RGB value is (202,36,71). Sum of RGB (Red+Green+Blue) = 202+36+71=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2447 is #35DBB8. Grayscale: #595959. Windows color (decimal): -3529657 or 4662474. OLE color: 4662474.
HSL color Cylindrical-coordinate representation of color #CA2447: hue angle of 347.35º degrees, saturation: 0.7, 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 #CA2447 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 71 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.21 |
| HSL | 347.35º | 0.7% | 0.47% | - |
| HSV(B) | 347.35º | 0.82% | 0.79% | - |
| XYZ | 26.13 | 14.27 | 7.34 | - |
| YUV | 89.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 71 | 0 | 0.82 | 0.65 | 0.21 | 347.35 | 0.7 | 0.47 |
| Hex | CA | 24 | 47 | 0 | 52 | 41 | 15 | 15B | 46 | 2F |
| Octal | 312 | 44 | 107 | 0 | 122 | 101 | 25 | 533 | 106 | 57 |
| Binary | 11001010 | 100100 | 1000111 | 0 | 1010010 | 1000001 | 10101 | 101011011 | 1000110 | 101111 |
Color Harmonies of #CA2447
Complementary color
Monochromatic Colors of #CA2447
Black with #CA2447
Text Example
Text Example
White with #CA2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2447; }
p { color: rgb(202,36,71); }
H1.HeaderClassName
{
color: #CA2447;
}
.AnyTagClassName
{
color: #CA2447;
}
</style>
background-color css
<style>
a { background-color: #CA2447; }
a { background-color: rgb(202,36,71); }
div.DivClassName
{
background-color: #CA2447;
}
.BgClassName
{
background-color: #CA2447;
}
</style>
border-color css
<style>
span { border-color: #CA2447; }
span { border-color: rgb(202,36,71); }
td.TdClassName
{
border-color: #CA2447;
}
.TagClassName
{
border-color: #CA2447;
}
</style>