Shades of Fire Engine Red #CA102E
Tints of Fire Engine Red #CA102E
RGB
CMYK
RGB Variations
Color information
#CA102E (or 0xCA102E) is known color: Fire Engine Red. HEX triplet: CA, 10 and 2E. RGB value is (202,16,46). Sum of RGB (Red+Green+Blue) = 202+16+46=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA102E is #35EFD1. Grayscale: #4B4B4B. Windows color (decimal): -3534802 or 3018954. OLE color: 3018954.
HSL color Cylindrical-coordinate representation of color #CA102E: hue angle of 350.32º 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 #CA102E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.21 |
| HSL | 350.32º | 0.85% | 0.43% | - |
| HSV(B) | 350.32º | 0.92% | 0.79% | - |
| XYZ | 25.04 | 13.12 | 3.8 | - |
| YUV | 75.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 46 | 0 | 0.92 | 0.77 | 0.21 | 350.32 | 0.85 | 0.43 |
| Hex | CA | 10 | 2E | 0 | 5C | 4D | 15 | 15E | 55 | 2B |
| Octal | 312 | 20 | 56 | 0 | 134 | 115 | 25 | 536 | 125 | 53 |
| Binary | 11001010 | 10000 | 101110 | 0 | 1011100 | 1001101 | 10101 | 101011110 | 1010101 | 101011 |
Color Harmonies of #CA102E
Complementary color
Monochromatic Colors of #CA102E
Black with #CA102E
Text Example
Text Example
White with #CA102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA102E; }
p { color: rgb(202,16,46); }
H1.HeaderClassName
{
color: #CA102E;
}
.AnyTagClassName
{
color: #CA102E;
}
</style>
background-color css
<style>
a { background-color: #CA102E; }
a { background-color: rgb(202,16,46); }
div.DivClassName
{
background-color: #CA102E;
}
.BgClassName
{
background-color: #CA102E;
}
</style>
border-color css
<style>
span { border-color: #CA102E; }
span { border-color: rgb(202,16,46); }
td.TdClassName
{
border-color: #CA102E;
}
.TagClassName
{
border-color: #CA102E;
}
</style>