Shades of Fire Engine Red #CA1127
Tints of Fire Engine Red #CA1127
RGB
CMYK
RGB Variations
Color information
#CA1127 (or 0xCA1127) is known color: Fire Engine Red. HEX triplet: CA, 11 and 27. RGB value is (202,17,39). Sum of RGB (Red+Green+Blue) = 202+17+39=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1127 is #35EED8. Grayscale: #4A4A4A. Windows color (decimal): -3534553 or 2560458. OLE color: 2560458.
HSL color Cylindrical-coordinate representation of color #CA1127: hue angle of 352.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1127 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 39 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.21 |
| HSL | 352.86º | 0.84% | 0.43% | - |
| HSV(B) | 352.86º | 0.92% | 0.79% | - |
| XYZ | 24.92 | 13.1 | 3.14 | - |
| YUV | 74.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 39 | 0 | 0.92 | 0.81 | 0.21 | 352.86 | 0.84 | 0.43 |
| Hex | CA | 11 | 27 | 0 | 5C | 51 | 15 | 161 | 54 | 2B |
| Octal | 312 | 21 | 47 | 0 | 134 | 121 | 25 | 541 | 124 | 53 |
| Binary | 11001010 | 10001 | 100111 | 0 | 1011100 | 1010001 | 10101 | 101100001 | 1010100 | 101011 |
Color Harmonies of #CA1127
Complementary color
Monochromatic Colors of #CA1127
Black with #CA1127
Text Example
Text Example
White with #CA1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1127; }
p { color: rgb(202,17,39); }
H1.HeaderClassName
{
color: #CA1127;
}
.AnyTagClassName
{
color: #CA1127;
}
</style>
background-color css
<style>
a { background-color: #CA1127; }
a { background-color: rgb(202,17,39); }
div.DivClassName
{
background-color: #CA1127;
}
.BgClassName
{
background-color: #CA1127;
}
</style>
border-color css
<style>
span { border-color: #CA1127; }
span { border-color: rgb(202,17,39); }
td.TdClassName
{
border-color: #CA1127;
}
.TagClassName
{
border-color: #CA1127;
}
</style>