Shades of Brick Red #CA273F
Tints of Brick Red #CA273F
RGB
CMYK
RGB Variations
Color information
#CA273F (or 0xCA273F) is known color: Brick Red. HEX triplet: CA, 27 and 3F. RGB value is (202,39,63). Sum of RGB (Red+Green+Blue) = 202+39+63=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA273F is #35D8C0. Grayscale: #5A5A5A. Windows color (decimal): -3528897 or 4138954. OLE color: 4138954.
HSL color Cylindrical-coordinate representation of color #CA273F: hue angle of 351.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA273F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 63 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.21 |
| HSL | 351.17º | 0.68% | 0.47% | - |
| HSV(B) | 351.17º | 0.81% | 0.79% | - |
| XYZ | 25.98 | 14.37 | 6.11 | - |
| YUV | 90.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 63 | 0 | 0.81 | 0.69 | 0.21 | 351.17 | 0.68 | 0.47 |
| Hex | CA | 27 | 3F | 0 | 51 | 45 | 15 | 15F | 44 | 2F |
| Octal | 312 | 47 | 77 | 0 | 121 | 105 | 25 | 537 | 104 | 57 |
| Binary | 11001010 | 100111 | 111111 | 0 | 1010001 | 1000101 | 10101 | 101011111 | 1000100 | 101111 |
Color Harmonies of #CA273F
Complementary color
Monochromatic Colors of #CA273F
Black with #CA273F
Text Example
Text Example
White with #CA273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA273F; }
p { color: rgb(202,39,63); }
H1.HeaderClassName
{
color: #CA273F;
}
.AnyTagClassName
{
color: #CA273F;
}
</style>
background-color css
<style>
a { background-color: #CA273F; }
a { background-color: rgb(202,39,63); }
div.DivClassName
{
background-color: #CA273F;
}
.BgClassName
{
background-color: #CA273F;
}
</style>
border-color css
<style>
span { border-color: #CA273F; }
span { border-color: rgb(202,39,63); }
td.TdClassName
{
border-color: #CA273F;
}
.TagClassName
{
border-color: #CA273F;
}
</style>