Shades of Fire Engine Red #CA1619
Tints of Fire Engine Red #CA1619
RGB
CMYK
RGB Variations
Color information
#CA1619 (or 0xCA1619) is known color: Fire Engine Red. HEX triplet: CA, 16 and 19. RGB value is (202,22,25). Sum of RGB (Red+Green+Blue) = 202+22+25=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1619 is #35E9E6. Grayscale: #4C4C4C. Windows color (decimal): -3533287 or 1644234. OLE color: 1644234.
HSL color Cylindrical-coordinate representation of color #CA1619: hue angle of 359º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1619 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.21 |
| HSL | 359º | 0.8% | 0.44% | - |
| HSV(B) | 359º | 0.89% | 0.79% | - |
| XYZ | 24.82 | 13.2 | 2.16 | - |
| YUV | 76.16 | 99.13 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 25 | 0 | 0.89 | 0.88 | 0.21 | 359 | 0.8 | 0.44 |
| Hex | CA | 16 | 19 | 0 | 59 | 58 | 15 | 167 | 50 | 2C |
| Octal | 312 | 26 | 31 | 0 | 131 | 130 | 25 | 547 | 120 | 54 |
| Binary | 11001010 | 10110 | 11001 | 0 | 1011001 | 1011000 | 10101 | 101100111 | 1010000 | 101100 |
Color Harmonies of #CA1619
Complementary color
Monochromatic Colors of #CA1619
Black with #CA1619
Text Example
Text Example
White with #CA1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1619; }
p { color: rgb(202,22,25); }
H1.HeaderClassName
{
color: #CA1619;
}
.AnyTagClassName
{
color: #CA1619;
}
</style>
background-color css
<style>
a { background-color: #CA1619; }
a { background-color: rgb(202,22,25); }
div.DivClassName
{
background-color: #CA1619;
}
.BgClassName
{
background-color: #CA1619;
}
</style>
border-color css
<style>
span { border-color: #CA1619; }
span { border-color: rgb(202,22,25); }
td.TdClassName
{
border-color: #CA1619;
}
.TagClassName
{
border-color: #CA1619;
}
</style>