Shades of Fire Engine Red #CA222C
Tints of Fire Engine Red #CA222C
RGB
CMYK
RGB Variations
Color information
#CA222C (or 0xCA222C) is known color: Fire Engine Red. HEX triplet: CA, 22 and 2C. RGB value is (202,34,44). Sum of RGB (Red+Green+Blue) = 202+34+44=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA222C is #35DDD3. Grayscale: #555555. Windows color (decimal): -3530196 or 2892490. OLE color: 2892490.
HSL color Cylindrical-coordinate representation of color #CA222C: hue angle of 356.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA222C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 44 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.21 |
| HSL | 356.43º | 0.71% | 0.46% | - |
| HSV(B) | 356.43º | 0.83% | 0.79% | - |
| XYZ | 25.38 | 13.88 | 3.72 | - |
| YUV | 85.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 44 | 0 | 0.83 | 0.78 | 0.21 | 356.43 | 0.71 | 0.46 |
| Hex | CA | 22 | 2C | 0 | 53 | 4E | 15 | 164 | 47 | 2E |
| Octal | 312 | 42 | 54 | 0 | 123 | 116 | 25 | 544 | 107 | 56 |
| Binary | 11001010 | 100010 | 101100 | 0 | 1010011 | 1001110 | 10101 | 101100100 | 1000111 | 101110 |
Color Harmonies of #CA222C
Complementary color
Monochromatic Colors of #CA222C
Black with #CA222C
Text Example
Text Example
White with #CA222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA222C; }
p { color: rgb(202,34,44); }
H1.HeaderClassName
{
color: #CA222C;
}
.AnyTagClassName
{
color: #CA222C;
}
</style>
background-color css
<style>
a { background-color: #CA222C; }
a { background-color: rgb(202,34,44); }
div.DivClassName
{
background-color: #CA222C;
}
.BgClassName
{
background-color: #CA222C;
}
</style>
border-color css
<style>
span { border-color: #CA222C; }
span { border-color: rgb(202,34,44); }
td.TdClassName
{
border-color: #CA222C;
}
.TagClassName
{
border-color: #CA222C;
}
</style>