Shades of Fire Engine Red #CA1F22
Tints of Fire Engine Red #CA1F22
RGB
CMYK
RGB Variations
Color information
#CA1F22 (or 0xCA1F22) is known color: Fire Engine Red. HEX triplet: CA, 1F and 22. RGB value is (202,31,34). Sum of RGB (Red+Green+Blue) = 202+31+34=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F22 is #35E0DD. Grayscale: #525252. Windows color (decimal): -3530974 or 2236362. OLE color: 2236362.
HSL color Cylindrical-coordinate representation of color #CA1F22: hue angle of 358.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F22 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 34 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.21 |
| HSL | 358.95º | 0.73% | 0.46% | - |
| HSV(B) | 358.95º | 0.85% | 0.79% | - |
| XYZ | 25.14 | 13.65 | 2.82 | - |
| YUV | 82.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 34 | 0 | 0.85 | 0.83 | 0.21 | 358.95 | 0.73 | 0.46 |
| Hex | CA | 1F | 22 | 0 | 55 | 53 | 15 | 167 | 49 | 2E |
| Octal | 312 | 37 | 42 | 0 | 125 | 123 | 25 | 547 | 111 | 56 |
| Binary | 11001010 | 11111 | 100010 | 0 | 1010101 | 1010011 | 10101 | 101100111 | 1001001 | 101110 |
Color Harmonies of #CA1F22
Complementary color
Monochromatic Colors of #CA1F22
Black with #CA1F22
Text Example
Text Example
White with #CA1F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F22; }
p { color: rgb(202,31,34); }
H1.HeaderClassName
{
color: #CA1F22;
}
.AnyTagClassName
{
color: #CA1F22;
}
</style>
background-color css
<style>
a { background-color: #CA1F22; }
a { background-color: rgb(202,31,34); }
div.DivClassName
{
background-color: #CA1F22;
}
.BgClassName
{
background-color: #CA1F22;
}
</style>
border-color css
<style>
span { border-color: #CA1F22; }
span { border-color: rgb(202,31,34); }
td.TdClassName
{
border-color: #CA1F22;
}
.TagClassName
{
border-color: #CA1F22;
}
</style>