Shades of Fire Engine Red #CA0E2E
Tints of Fire Engine Red #CA0E2E
RGB
CMYK
RGB Variations
Color information
#CA0E2E (or 0xCA0E2E) is known color: Fire Engine Red. HEX triplet: CA, 0E and 2E. RGB value is (202,14,46). Sum of RGB (Red+Green+Blue) = 202+14+46=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0E2E is #35F1D1. Grayscale: #494949. Windows color (decimal): -3535314 or 3018442. OLE color: 3018442.
HSL color Cylindrical-coordinate representation of color #CA0E2E: hue angle of 349.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.21 |
| HSL | 349.79º | 0.87% | 0.42% | - |
| HSV(B) | 349.79º | 0.93% | 0.79% | - |
| XYZ | 25.01 | 13.07 | 3.79 | - |
| YUV | 73.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 46 | 0 | 0.93 | 0.77 | 0.21 | 349.79 | 0.87 | 0.42 |
| Hex | CA | E | 2E | 0 | 5D | 4D | 15 | 15E | 57 | 2A |
| Octal | 312 | 16 | 56 | 0 | 135 | 115 | 25 | 536 | 127 | 52 |
| Binary | 11001010 | 1110 | 101110 | 0 | 1011101 | 1001101 | 10101 | 101011110 | 1010111 | 101010 |
Color Harmonies of #CA0E2E
Complementary color
Monochromatic Colors of #CA0E2E
Black with #CA0E2E
Text Example
Text Example
White with #CA0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0E2E; }
p { color: rgb(202,14,46); }
H1.HeaderClassName
{
color: #CA0E2E;
}
.AnyTagClassName
{
color: #CA0E2E;
}
</style>
background-color css
<style>
a { background-color: #CA0E2E; }
a { background-color: rgb(202,14,46); }
div.DivClassName
{
background-color: #CA0E2E;
}
.BgClassName
{
background-color: #CA0E2E;
}
</style>
border-color css
<style>
span { border-color: #CA0E2E; }
span { border-color: rgb(202,14,46); }
td.TdClassName
{
border-color: #CA0E2E;
}
.TagClassName
{
border-color: #CA0E2E;
}
</style>