Shades of Fire Engine Red #CA101E
Tints of Fire Engine Red #CA101E
RGB
CMYK
RGB Variations
Color information
#CA101E (or 0xCA101E) is known color: Fire Engine Red. HEX triplet: CA, 10 and 1E. RGB value is (202,16,30). Sum of RGB (Red+Green+Blue) = 202+16+30=248 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.45% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 202 - color contains mainly: red. Hex color #CA101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA101E is #35EFE1. Grayscale: #494949. Windows color (decimal): -3534818 or 1970378. OLE color: 1970378.
HSL color Cylindrical-coordinate representation of color #CA101E: hue angle of 355.48º 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 #CA101E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.21 |
| HSL | 355.48º | 0.85% | 0.43% | - |
| HSV(B) | 355.48º | 0.92% | 0.79% | - |
| XYZ | 24.78 | 13.02 | 2.44 | - |
| YUV | 73.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 30 | 0 | 0.92 | 0.85 | 0.21 | 355.48 | 0.85 | 0.43 |
| Hex | CA | 10 | 1E | 0 | 5C | 55 | 15 | 163 | 55 | 2B |
| Octal | 312 | 20 | 36 | 0 | 134 | 125 | 25 | 543 | 125 | 53 |
| Binary | 11001010 | 10000 | 11110 | 0 | 1011100 | 1010101 | 10101 | 101100011 | 1010101 | 101011 |
Color Harmonies of #CA101E
Complementary color
Monochromatic Colors of #CA101E
Black with #CA101E
Text Example
Text Example
White with #CA101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA101E; }
p { color: rgb(202,16,30); }
H1.HeaderClassName
{
color: #CA101E;
}
.AnyTagClassName
{
color: #CA101E;
}
</style>
background-color css
<style>
a { background-color: #CA101E; }
a { background-color: rgb(202,16,30); }
div.DivClassName
{
background-color: #CA101E;
}
.BgClassName
{
background-color: #CA101E;
}
</style>
border-color css
<style>
span { border-color: #CA101E; }
span { border-color: rgb(202,16,30); }
td.TdClassName
{
border-color: #CA101E;
}
.TagClassName
{
border-color: #CA101E;
}
</style>