Shades of Fire Engine Red #CA122D
Tints of Fire Engine Red #CA122D
RGB
CMYK
RGB Variations
Color information
#CA122D (or 0xCA122D) is known color: Fire Engine Red. HEX triplet: CA, 12 and 2D. RGB value is (202,18,45). Sum of RGB (Red+Green+Blue) = 202+18+45=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA122D is #35EDD2. Grayscale: #4C4C4C. Windows color (decimal): -3534291 or 2953930. OLE color: 2953930.
HSL color Cylindrical-coordinate representation of color #CA122D: hue angle of 351.2º 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 #CA122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.21 |
| HSL | 351.2º | 0.84% | 0.43% | - |
| HSV(B) | 351.2º | 0.91% | 0.79% | - |
| XYZ | 25.05 | 13.18 | 3.71 | - |
| YUV | 76.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 45 | 0 | 0.91 | 0.78 | 0.21 | 351.2 | 0.84 | 0.43 |
| Hex | CA | 12 | 2D | 0 | 5B | 4E | 15 | 15F | 54 | 2B |
| Octal | 312 | 22 | 55 | 0 | 133 | 116 | 25 | 537 | 124 | 53 |
| Binary | 11001010 | 10010 | 101101 | 0 | 1011011 | 1001110 | 10101 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CA122D
Complementary color
Monochromatic Colors of #CA122D
Black with #CA122D
Text Example
Text Example
White with #CA122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA122D; }
p { color: rgb(202,18,45); }
H1.HeaderClassName
{
color: #CA122D;
}
.AnyTagClassName
{
color: #CA122D;
}
</style>
background-color css
<style>
a { background-color: #CA122D; }
a { background-color: rgb(202,18,45); }
div.DivClassName
{
background-color: #CA122D;
}
.BgClassName
{
background-color: #CA122D;
}
</style>
border-color css
<style>
span { border-color: #CA122D; }
span { border-color: rgb(202,18,45); }
td.TdClassName
{
border-color: #CA122D;
}
.TagClassName
{
border-color: #CA122D;
}
</style>