Shades of Fire Engine Red #CA1622
Tints of Fire Engine Red #CA1622
RGB
CMYK
RGB Variations
Color information
#CA1622 (or 0xCA1622) is known color: Fire Engine Red. HEX triplet: CA, 16 and 22. RGB value is (202,22,34). Sum of RGB (Red+Green+Blue) = 202+22+34=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1622 is #35E9DD. Grayscale: #4D4D4D. Windows color (decimal): -3533278 or 2234058. OLE color: 2234058.
HSL color Cylindrical-coordinate representation of color #CA1622: hue angle of 356º 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 #CA1622 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.21 |
| HSL | 356º | 0.8% | 0.44% | - |
| HSV(B) | 356º | 0.89% | 0.79% | - |
| XYZ | 24.93 | 13.25 | 2.76 | - |
| YUV | 77.19 | 103.63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 34 | 0 | 0.89 | 0.83 | 0.21 | 356 | 0.8 | 0.44 |
| Hex | CA | 16 | 22 | 0 | 59 | 53 | 15 | 164 | 50 | 2C |
| Octal | 312 | 26 | 42 | 0 | 131 | 123 | 25 | 544 | 120 | 54 |
| Binary | 11001010 | 10110 | 100010 | 0 | 1011001 | 1010011 | 10101 | 101100100 | 1010000 | 101100 |
Color Harmonies of #CA1622
Complementary color
Monochromatic Colors of #CA1622
Black with #CA1622
Text Example
Text Example
White with #CA1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1622; }
p { color: rgb(202,22,34); }
H1.HeaderClassName
{
color: #CA1622;
}
.AnyTagClassName
{
color: #CA1622;
}
</style>
background-color css
<style>
a { background-color: #CA1622; }
a { background-color: rgb(202,22,34); }
div.DivClassName
{
background-color: #CA1622;
}
.BgClassName
{
background-color: #CA1622;
}
</style>
border-color css
<style>
span { border-color: #CA1622; }
span { border-color: rgb(202,22,34); }
td.TdClassName
{
border-color: #CA1622;
}
.TagClassName
{
border-color: #CA1622;
}
</style>