Shades of Fire Engine Red #CA1520
Tints of Fire Engine Red #CA1520
RGB
CMYK
RGB Variations
Color information
#CA1520 (or 0xCA1520) is known color: Fire Engine Red. HEX triplet: CA, 15 and 20. RGB value is (202,21,32). Sum of RGB (Red+Green+Blue) = 202+21+32=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1520 is #35EADF. Grayscale: #4C4C4C. Windows color (decimal): -3533536 or 2102730. OLE color: 2102730.
HSL color Cylindrical-coordinate representation of color #CA1520: hue angle of 356.35º 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 #CA1520 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.21 |
| HSL | 356.35º | 0.81% | 0.44% | - |
| HSV(B) | 356.35º | 0.9% | 0.79% | - |
| XYZ | 24.89 | 13.2 | 2.6 | - |
| YUV | 76.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 32 | 0 | 0.90 | 0.84 | 0.21 | 356.35 | 0.81 | 0.44 |
| Hex | CA | 15 | 20 | 0 | 5A | 54 | 15 | 164 | 51 | 2C |
| Octal | 312 | 25 | 40 | 0 | 132 | 124 | 25 | 544 | 121 | 54 |
| Binary | 11001010 | 10101 | 100000 | 0 | 1011010 | 1010100 | 10101 | 101100100 | 1010001 | 101100 |
Color Harmonies of #CA1520
Complementary color
Monochromatic Colors of #CA1520
Black with #CA1520
Text Example
Text Example
White with #CA1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1520; }
p { color: rgb(202,21,32); }
H1.HeaderClassName
{
color: #CA1520;
}
.AnyTagClassName
{
color: #CA1520;
}
</style>
background-color css
<style>
a { background-color: #CA1520; }
a { background-color: rgb(202,21,32); }
div.DivClassName
{
background-color: #CA1520;
}
.BgClassName
{
background-color: #CA1520;
}
</style>
border-color css
<style>
span { border-color: #CA1520; }
span { border-color: rgb(202,21,32); }
td.TdClassName
{
border-color: #CA1520;
}
.TagClassName
{
border-color: #CA1520;
}
</style>