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