Shades of Fire Engine Red #CA141D
Tints of Fire Engine Red #CA141D
RGB
CMYK
RGB Variations
Color information
#CA141D (or 0xCA141D) is known color: Fire Engine Red. HEX triplet: CA, 14 and 1D. RGB value is (202,20,29). Sum of RGB (Red+Green+Blue) = 202+20+29=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA141D is #35EBE2. Grayscale: #4B4B4B. Windows color (decimal): -3533795 or 1905866. OLE color: 1905866.
HSL color Cylindrical-coordinate representation of color #CA141D: hue angle of 357.03º 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 #CA141D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.21 |
| HSL | 357.03º | 0.82% | 0.44% | - |
| HSV(B) | 357.03º | 0.9% | 0.79% | - |
| XYZ | 24.83 | 13.15 | 2.39 | - |
| YUV | 75.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 29 | 0 | 0.90 | 0.86 | 0.21 | 357.03 | 0.82 | 0.44 |
| Hex | CA | 14 | 1D | 0 | 5A | 56 | 15 | 165 | 52 | 2C |
| Octal | 312 | 24 | 35 | 0 | 132 | 126 | 25 | 545 | 122 | 54 |
| Binary | 11001010 | 10100 | 11101 | 0 | 1011010 | 1010110 | 10101 | 101100101 | 1010010 | 101100 |
Color Harmonies of #CA141D
Complementary color
Monochromatic Colors of #CA141D
Black with #CA141D
Text Example
Text Example
White with #CA141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA141D; }
p { color: rgb(202,20,29); }
H1.HeaderClassName
{
color: #CA141D;
}
.AnyTagClassName
{
color: #CA141D;
}
</style>
background-color css
<style>
a { background-color: #CA141D; }
a { background-color: rgb(202,20,29); }
div.DivClassName
{
background-color: #CA141D;
}
.BgClassName
{
background-color: #CA141D;
}
</style>
border-color css
<style>
span { border-color: #CA141D; }
span { border-color: rgb(202,20,29); }
td.TdClassName
{
border-color: #CA141D;
}
.TagClassName
{
border-color: #CA141D;
}
</style>