Shades of Fire Engine Red #CA1024
Tints of Fire Engine Red #CA1024
RGB
CMYK
RGB Variations
Color information
#CA1024 (or 0xCA1024) is known color: Fire Engine Red. HEX triplet: CA, 10 and 24. RGB value is (202,16,36). Sum of RGB (Red+Green+Blue) = 202+16+36=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1024 is #35EFDB. Grayscale: #494949. Windows color (decimal): -3534812 or 2363594. OLE color: 2363594.
HSL color Cylindrical-coordinate representation of color #CA1024: hue angle of 353.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1024 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.21 |
| HSL | 353.55º | 0.85% | 0.43% | - |
| HSV(B) | 353.55º | 0.92% | 0.79% | - |
| XYZ | 24.86 | 13.05 | 2.88 | - |
| YUV | 73.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 36 | 0 | 0.92 | 0.82 | 0.21 | 353.55 | 0.85 | 0.43 |
| Hex | CA | 10 | 24 | 0 | 5C | 52 | 15 | 162 | 55 | 2B |
| Octal | 312 | 20 | 44 | 0 | 134 | 122 | 25 | 542 | 125 | 53 |
| Binary | 11001010 | 10000 | 100100 | 0 | 1011100 | 1010010 | 10101 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CA1024
Complementary color
Monochromatic Colors of #CA1024
Black with #CA1024
Text Example
Text Example
White with #CA1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1024; }
p { color: rgb(202,16,36); }
H1.HeaderClassName
{
color: #CA1024;
}
.AnyTagClassName
{
color: #CA1024;
}
</style>
background-color css
<style>
a { background-color: #CA1024; }
a { background-color: rgb(202,16,36); }
div.DivClassName
{
background-color: #CA1024;
}
.BgClassName
{
background-color: #CA1024;
}
</style>
border-color css
<style>
span { border-color: #CA1024; }
span { border-color: rgb(202,16,36); }
td.TdClassName
{
border-color: #CA1024;
}
.TagClassName
{
border-color: #CA1024;
}
</style>