Shades of Fire Engine Red #CA1322
Tints of Fire Engine Red #CA1322
RGB
CMYK
RGB Variations
Color information
#CA1322 (or 0xCA1322) is known color: Fire Engine Red. HEX triplet: CA, 13 and 22. RGB value is (202,19,34). Sum of RGB (Red+Green+Blue) = 202+19+34=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1322 is #35ECDD. Grayscale: #4B4B4B. Windows color (decimal): -3534046 or 2233290. OLE color: 2233290.
HSL color Cylindrical-coordinate representation of color #CA1322: hue angle of 355.08º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1322 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 34 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.21 |
| HSL | 355.08º | 0.83% | 0.43% | - |
| HSV(B) | 355.08º | 0.91% | 0.79% | - |
| XYZ | 24.88 | 13.14 | 2.74 | - |
| YUV | 75.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 34 | 0 | 0.91 | 0.83 | 0.21 | 355.08 | 0.83 | 0.43 |
| Hex | CA | 13 | 22 | 0 | 5B | 53 | 15 | 163 | 53 | 2B |
| Octal | 312 | 23 | 42 | 0 | 133 | 123 | 25 | 543 | 123 | 53 |
| Binary | 11001010 | 10011 | 100010 | 0 | 1011011 | 1010011 | 10101 | 101100011 | 1010011 | 101011 |
Color Harmonies of #CA1322
Complementary color
Monochromatic Colors of #CA1322
Black with #CA1322
Text Example
Text Example
White with #CA1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1322; }
p { color: rgb(202,19,34); }
H1.HeaderClassName
{
color: #CA1322;
}
.AnyTagClassName
{
color: #CA1322;
}
</style>
background-color css
<style>
a { background-color: #CA1322; }
a { background-color: rgb(202,19,34); }
div.DivClassName
{
background-color: #CA1322;
}
.BgClassName
{
background-color: #CA1322;
}
</style>
border-color css
<style>
span { border-color: #CA1322; }
span { border-color: rgb(202,19,34); }
td.TdClassName
{
border-color: #CA1322;
}
.TagClassName
{
border-color: #CA1322;
}
</style>