Shades of Fire Engine Red #CA122E
Tints of Fire Engine Red #CA122E
RGB
CMYK
RGB Variations
Color information
#CA122E (or 0xCA122E) is known color: Fire Engine Red. HEX triplet: CA, 12 and 2E. RGB value is (202,18,46). Sum of RGB (Red+Green+Blue) = 202+18+46=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122E is #35EDD1. Grayscale: #4C4C4C. Windows color (decimal): -3534290 or 3019466. OLE color: 3019466.
HSL color Cylindrical-coordinate representation of color #CA122E: hue angle of 350.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA122E is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 46 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.21 |
| HSL | 350.87º | 0.84% | 0.43% | - |
| HSV(B) | 350.87º | 0.91% | 0.79% | - |
| XYZ | 25.07 | 13.19 | 3.81 | - |
| YUV | 76.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 46 | 0 | 0.91 | 0.77 | 0.21 | 350.87 | 0.84 | 0.43 |
| Hex | CA | 12 | 2E | 0 | 5B | 4D | 15 | 15F | 54 | 2B |
| Octal | 312 | 22 | 56 | 0 | 133 | 115 | 25 | 537 | 124 | 53 |
| Binary | 11001010 | 10010 | 101110 | 0 | 1011011 | 1001101 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CA122E
Complementary color
Monochromatic Colors of #CA122E
Black with #CA122E
Text Example
Text Example
White with #CA122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA122E; }
p { color: rgb(202,18,46); }
H1.HeaderClassName
{
color: #CA122E;
}
.AnyTagClassName
{
color: #CA122E;
}
</style>
background-color css
<style>
a { background-color: #CA122E; }
a { background-color: rgb(202,18,46); }
div.DivClassName
{
background-color: #CA122E;
}
.BgClassName
{
background-color: #CA122E;
}
</style>
border-color css
<style>
span { border-color: #CA122E; }
span { border-color: rgb(202,18,46); }
td.TdClassName
{
border-color: #CA122E;
}
.TagClassName
{
border-color: #CA122E;
}
</style>