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