Shades of Fire Engine Red #CA162D
Tints of Fire Engine Red #CA162D
RGB
CMYK
RGB Variations
Color information
#CA162D (or 0xCA162D) is known color: Fire Engine Red. HEX triplet: CA, 16 and 2D. RGB value is (202,22,45). Sum of RGB (Red+Green+Blue) = 202+22+45=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA162D is #35E9D2. Grayscale: #4E4E4E. Windows color (decimal): -3533267 or 2954954. OLE color: 2954954.
HSL color Cylindrical-coordinate representation of color #CA162D: hue angle of 352.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA162D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.21 |
| HSL | 352.33º | 0.8% | 0.44% | - |
| HSV(B) | 352.33º | 0.89% | 0.79% | - |
| XYZ | 25.12 | 13.32 | 3.73 | - |
| YUV | 78.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 45 | 0 | 0.89 | 0.78 | 0.21 | 352.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 2D | 0 | 59 | 4E | 15 | 160 | 50 | 2C |
| Octal | 312 | 26 | 55 | 0 | 131 | 116 | 25 | 540 | 120 | 54 |
| Binary | 11001010 | 10110 | 101101 | 0 | 1011001 | 1001110 | 10101 | 101100000 | 1010000 | 101100 |
Color Harmonies of #CA162D
Complementary color
Monochromatic Colors of #CA162D
Black with #CA162D
Text Example
Text Example
White with #CA162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA162D; }
p { color: rgb(202,22,45); }
H1.HeaderClassName
{
color: #CA162D;
}
.AnyTagClassName
{
color: #CA162D;
}
</style>
background-color css
<style>
a { background-color: #CA162D; }
a { background-color: rgb(202,22,45); }
div.DivClassName
{
background-color: #CA162D;
}
.BgClassName
{
background-color: #CA162D;
}
</style>
border-color css
<style>
span { border-color: #CA162D; }
span { border-color: rgb(202,22,45); }
td.TdClassName
{
border-color: #CA162D;
}
.TagClassName
{
border-color: #CA162D;
}
</style>