Shades of Fire Engine Red #CA1F21
Tints of Fire Engine Red #CA1F21
RGB
CMYK
RGB Variations
Color information
#CA1F21 (or 0xCA1F21) is known color: Fire Engine Red. HEX triplet: CA, 1F and 21. RGB value is (202,31,33). Sum of RGB (Red+Green+Blue) = 202+31+33=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F21 is #35E0DE. Grayscale: #525252. Windows color (decimal): -3530975 or 2170826. OLE color: 2170826.
HSL color Cylindrical-coordinate representation of color #CA1F21: hue angle of 359.3º 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 #CA1F21 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 33 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.21 |
| HSL | 359.3º | 0.73% | 0.46% | - |
| HSV(B) | 359.3º | 0.85% | 0.79% | - |
| XYZ | 25.12 | 13.65 | 2.75 | - |
| YUV | 82.36 | 100.15 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 33 | 0 | 0.85 | 0.84 | 0.21 | 359.3 | 0.73 | 0.46 |
| Hex | CA | 1F | 21 | 0 | 55 | 54 | 15 | 167 | 49 | 2E |
| Octal | 312 | 37 | 41 | 0 | 125 | 124 | 25 | 547 | 111 | 56 |
| Binary | 11001010 | 11111 | 100001 | 0 | 1010101 | 1010100 | 10101 | 101100111 | 1001001 | 101110 |
Color Harmonies of #CA1F21
Complementary color
Monochromatic Colors of #CA1F21
Black with #CA1F21
Text Example
Text Example
White with #CA1F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F21; }
p { color: rgb(202,31,33); }
H1.HeaderClassName
{
color: #CA1F21;
}
.AnyTagClassName
{
color: #CA1F21;
}
</style>
background-color css
<style>
a { background-color: #CA1F21; }
a { background-color: rgb(202,31,33); }
div.DivClassName
{
background-color: #CA1F21;
}
.BgClassName
{
background-color: #CA1F21;
}
</style>
border-color css
<style>
span { border-color: #CA1F21; }
span { border-color: rgb(202,31,33); }
td.TdClassName
{
border-color: #CA1F21;
}
.TagClassName
{
border-color: #CA1F21;
}
</style>