Shades of Fire Engine Red #CA102C
Tints of Fire Engine Red #CA102C
RGB
CMYK
RGB Variations
Color information
#CA102C (or 0xCA102C) is known color: Fire Engine Red. HEX triplet: CA, 10 and 2C. RGB value is (202,16,44). Sum of RGB (Red+Green+Blue) = 202+16+44=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA102C is #35EFD3. Grayscale: #4A4A4A. Windows color (decimal): -3534804 or 2887882. OLE color: 2887882.
HSL color Cylindrical-coordinate representation of color #CA102C: hue angle of 350.97º 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 #CA102C is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.21 |
| HSL | 350.97º | 0.85% | 0.43% | - |
| HSV(B) | 350.97º | 0.92% | 0.79% | - |
| XYZ | 25 | 13.11 | 3.6 | - |
| YUV | 74.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 44 | 0 | 0.92 | 0.78 | 0.21 | 350.97 | 0.85 | 0.43 |
| Hex | CA | 10 | 2C | 0 | 5C | 4E | 15 | 15F | 55 | 2B |
| Octal | 312 | 20 | 54 | 0 | 134 | 116 | 25 | 537 | 125 | 53 |
| Binary | 11001010 | 10000 | 101100 | 0 | 1011100 | 1001110 | 10101 | 101011111 | 1010101 | 101011 |
Color Harmonies of #CA102C
Complementary color
Monochromatic Colors of #CA102C
Black with #CA102C
Text Example
Text Example
White with #CA102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA102C; }
p { color: rgb(202,16,44); }
H1.HeaderClassName
{
color: #CA102C;
}
.AnyTagClassName
{
color: #CA102C;
}
</style>
background-color css
<style>
a { background-color: #CA102C; }
a { background-color: rgb(202,16,44); }
div.DivClassName
{
background-color: #CA102C;
}
.BgClassName
{
background-color: #CA102C;
}
</style>
border-color css
<style>
span { border-color: #CA102C; }
span { border-color: rgb(202,16,44); }
td.TdClassName
{
border-color: #CA102C;
}
.TagClassName
{
border-color: #CA102C;
}
</style>