Shades of Fire Engine Red #CA222B
Tints of Fire Engine Red #CA222B
RGB
CMYK
RGB Variations
Color information
#CA222B (or 0xCA222B) is known color: Fire Engine Red. HEX triplet: CA, 22 and 2B. RGB value is (202,34,43). Sum of RGB (Red+Green+Blue) = 202+34+43=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA222B is #35DDD4. Grayscale: #555555. Windows color (decimal): -3530197 or 2826954. OLE color: 2826954.
HSL color Cylindrical-coordinate representation of color #CA222B: hue angle of 356.79º 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 #CA222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.21 |
| HSL | 356.79º | 0.71% | 0.46% | - |
| HSV(B) | 356.79º | 0.83% | 0.79% | - |
| XYZ | 25.37 | 13.88 | 3.63 | - |
| YUV | 85.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 43 | 0 | 0.83 | 0.79 | 0.21 | 356.79 | 0.71 | 0.46 |
| Hex | CA | 22 | 2B | 0 | 53 | 4F | 15 | 165 | 47 | 2E |
| Octal | 312 | 42 | 53 | 0 | 123 | 117 | 25 | 545 | 107 | 56 |
| Binary | 11001010 | 100010 | 101011 | 0 | 1010011 | 1001111 | 10101 | 101100101 | 1000111 | 101110 |
Color Harmonies of #CA222B
Complementary color
Monochromatic Colors of #CA222B
Black with #CA222B
Text Example
Text Example
White with #CA222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA222B; }
p { color: rgb(202,34,43); }
H1.HeaderClassName
{
color: #CA222B;
}
.AnyTagClassName
{
color: #CA222B;
}
</style>
background-color css
<style>
a { background-color: #CA222B; }
a { background-color: rgb(202,34,43); }
div.DivClassName
{
background-color: #CA222B;
}
.BgClassName
{
background-color: #CA222B;
}
</style>
border-color css
<style>
span { border-color: #CA222B; }
span { border-color: rgb(202,34,43); }
td.TdClassName
{
border-color: #CA222B;
}
.TagClassName
{
border-color: #CA222B;
}
</style>