Shades of Fire Engine Red #CA141A
Tints of Fire Engine Red #CA141A
RGB
CMYK
RGB Variations
Color information
#CA141A (or 0xCA141A) is known color: Fire Engine Red. HEX triplet: CA, 14 and 1A. RGB value is (202,20,26). Sum of RGB (Red+Green+Blue) = 202+20+26=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA141A is #35EBE5. Grayscale: #4B4B4B. Windows color (decimal): -3533798 or 1709258. OLE color: 1709258.
HSL color Cylindrical-coordinate representation of color #CA141A: hue angle of 358.02º 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 #CA141A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 26 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.21 |
| HSL | 358.02º | 0.82% | 0.44% | - |
| HSV(B) | 358.02º | 0.9% | 0.79% | - |
| XYZ | 24.79 | 13.13 | 2.21 | - |
| YUV | 75.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 26 | 0 | 0.90 | 0.87 | 0.21 | 358.02 | 0.82 | 0.44 |
| Hex | CA | 14 | 1A | 0 | 5A | 57 | 15 | 166 | 52 | 2C |
| Octal | 312 | 24 | 32 | 0 | 132 | 127 | 25 | 546 | 122 | 54 |
| Binary | 11001010 | 10100 | 11010 | 0 | 1011010 | 1010111 | 10101 | 101100110 | 1010010 | 101100 |
Color Harmonies of #CA141A
Complementary color
Monochromatic Colors of #CA141A
Black with #CA141A
Text Example
Text Example
White with #CA141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA141A; }
p { color: rgb(202,20,26); }
H1.HeaderClassName
{
color: #CA141A;
}
.AnyTagClassName
{
color: #CA141A;
}
</style>
background-color css
<style>
a { background-color: #CA141A; }
a { background-color: rgb(202,20,26); }
div.DivClassName
{
background-color: #CA141A;
}
.BgClassName
{
background-color: #CA141A;
}
</style>
border-color css
<style>
span { border-color: #CA141A; }
span { border-color: rgb(202,20,26); }
td.TdClassName
{
border-color: #CA141A;
}
.TagClassName
{
border-color: #CA141A;
}
</style>