Shades of Fire Engine Red #CA1521
Tints of Fire Engine Red #CA1521
RGB
CMYK
RGB Variations
Color information
#CA1521 (or 0xCA1521) is known color: Fire Engine Red. HEX triplet: CA, 15 and 21. RGB value is (202,21,33). Sum of RGB (Red+Green+Blue) = 202+21+33=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1521 is #35EADE. Grayscale: #4C4C4C. Windows color (decimal): -3533535 or 2168266. OLE color: 2168266.
HSL color Cylindrical-coordinate representation of color #CA1521: hue angle of 356.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1521 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 33 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.21 |
| HSL | 356.02º | 0.81% | 0.44% | - |
| HSV(B) | 356.02º | 0.9% | 0.79% | - |
| XYZ | 24.9 | 13.2 | 2.67 | - |
| YUV | 76.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 33 | 0 | 0.90 | 0.84 | 0.21 | 356.02 | 0.81 | 0.44 |
| Hex | CA | 15 | 21 | 0 | 5A | 54 | 15 | 164 | 51 | 2C |
| Octal | 312 | 25 | 41 | 0 | 132 | 124 | 25 | 544 | 121 | 54 |
| Binary | 11001010 | 10101 | 100001 | 0 | 1011010 | 1010100 | 10101 | 101100100 | 1010001 | 101100 |
Color Harmonies of #CA1521
Complementary color
Monochromatic Colors of #CA1521
Black with #CA1521
Text Example
Text Example
White with #CA1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1521; }
p { color: rgb(202,21,33); }
H1.HeaderClassName
{
color: #CA1521;
}
.AnyTagClassName
{
color: #CA1521;
}
</style>
background-color css
<style>
a { background-color: #CA1521; }
a { background-color: rgb(202,21,33); }
div.DivClassName
{
background-color: #CA1521;
}
.BgClassName
{
background-color: #CA1521;
}
</style>
border-color css
<style>
span { border-color: #CA1521; }
span { border-color: rgb(202,21,33); }
td.TdClassName
{
border-color: #CA1521;
}
.TagClassName
{
border-color: #CA1521;
}
</style>