Shades of Fire Engine Red #CA142E
Tints of Fire Engine Red #CA142E
RGB
CMYK
RGB Variations
Color information
#CA142E (or 0xCA142E) is known color: Fire Engine Red. HEX triplet: CA, 14 and 2E. RGB value is (202,20,46). Sum of RGB (Red+Green+Blue) = 202+20+46=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA142E is #35EBD1. Grayscale: #4D4D4D. Windows color (decimal): -3533778 or 3019978. OLE color: 3019978.
HSL color Cylindrical-coordinate representation of color #CA142E: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA142E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.21 |
| HSL | 351.43º | 0.82% | 0.44% | - |
| HSV(B) | 351.43º | 0.9% | 0.79% | - |
| XYZ | 25.1 | 13.25 | 3.82 | - |
| YUV | 77.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 46 | 0 | 0.90 | 0.77 | 0.21 | 351.43 | 0.82 | 0.44 |
| Hex | CA | 14 | 2E | 0 | 5A | 4D | 15 | 15F | 52 | 2C |
| Octal | 312 | 24 | 56 | 0 | 132 | 115 | 25 | 537 | 122 | 54 |
| Binary | 11001010 | 10100 | 101110 | 0 | 1011010 | 1001101 | 10101 | 101011111 | 1010010 | 101100 |
Color Harmonies of #CA142E
Complementary color
Monochromatic Colors of #CA142E
Black with #CA142E
Text Example
Text Example
White with #CA142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA142E; }
p { color: rgb(202,20,46); }
H1.HeaderClassName
{
color: #CA142E;
}
.AnyTagClassName
{
color: #CA142E;
}
</style>
background-color css
<style>
a { background-color: #CA142E; }
a { background-color: rgb(202,20,46); }
div.DivClassName
{
background-color: #CA142E;
}
.BgClassName
{
background-color: #CA142E;
}
</style>
border-color css
<style>
span { border-color: #CA142E; }
span { border-color: rgb(202,20,46); }
td.TdClassName
{
border-color: #CA142E;
}
.TagClassName
{
border-color: #CA142E;
}
</style>