Shades of Fire Engine Red #CA121F
Tints of Fire Engine Red #CA121F
RGB
CMYK
RGB Variations
Color information
#CA121F (or 0xCA121F) is known color: Fire Engine Red. HEX triplet: CA, 12 and 1F. RGB value is (202,18,31). Sum of RGB (Red+Green+Blue) = 202+18+31=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA121F is #35EDE0. Grayscale: #4A4A4A. Windows color (decimal): -3534305 or 2036426. OLE color: 2036426.
HSL color Cylindrical-coordinate representation of color #CA121F: hue angle of 355.76º 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 #CA121F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.21 |
| HSL | 355.76º | 0.84% | 0.43% | - |
| HSV(B) | 355.76º | 0.91% | 0.79% | - |
| XYZ | 24.82 | 13.09 | 2.51 | - |
| YUV | 74.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 31 | 0 | 0.91 | 0.85 | 0.21 | 355.76 | 0.84 | 0.43 |
| Hex | CA | 12 | 1F | 0 | 5B | 55 | 15 | 164 | 54 | 2B |
| Octal | 312 | 22 | 37 | 0 | 133 | 125 | 25 | 544 | 124 | 53 |
| Binary | 11001010 | 10010 | 11111 | 0 | 1011011 | 1010101 | 10101 | 101100100 | 1010100 | 101011 |
Color Harmonies of #CA121F
Complementary color
Monochromatic Colors of #CA121F
Black with #CA121F
Text Example
Text Example
White with #CA121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA121F; }
p { color: rgb(202,18,31); }
H1.HeaderClassName
{
color: #CA121F;
}
.AnyTagClassName
{
color: #CA121F;
}
</style>
background-color css
<style>
a { background-color: #CA121F; }
a { background-color: rgb(202,18,31); }
div.DivClassName
{
background-color: #CA121F;
}
.BgClassName
{
background-color: #CA121F;
}
</style>
border-color css
<style>
span { border-color: #CA121F; }
span { border-color: rgb(202,18,31); }
td.TdClassName
{
border-color: #CA121F;
}
.TagClassName
{
border-color: #CA121F;
}
</style>