Shades of Fire Engine Red #CA2228
Tints of Fire Engine Red #CA2228
RGB
CMYK
RGB Variations
Color information
#CA2228 (or 0xCA2228) is known color: Fire Engine Red. HEX triplet: CA, 22 and 28. RGB value is (202,34,40). Sum of RGB (Red+Green+Blue) = 202+34+40=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2228 is #35DDD7. Grayscale: #555555. Windows color (decimal): -3530200 or 2630346. OLE color: 2630346.
HSL color Cylindrical-coordinate representation of color #CA2228: hue angle of 357.86º 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 #CA2228 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 40 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.21 |
| HSL | 357.86º | 0.71% | 0.46% | - |
| HSV(B) | 357.86º | 0.83% | 0.79% | - |
| XYZ | 25.31 | 13.85 | 3.35 | - |
| YUV | 84.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 40 | 0 | 0.83 | 0.80 | 0.21 | 357.86 | 0.71 | 0.46 |
| Hex | CA | 22 | 28 | 0 | 53 | 50 | 15 | 166 | 47 | 2E |
| Octal | 312 | 42 | 50 | 0 | 123 | 120 | 25 | 546 | 107 | 56 |
| Binary | 11001010 | 100010 | 101000 | 0 | 1010011 | 1010000 | 10101 | 101100110 | 1000111 | 101110 |
Color Harmonies of #CA2228
Complementary color
Monochromatic Colors of #CA2228
Black with #CA2228
Text Example
Text Example
White with #CA2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2228; }
p { color: rgb(202,34,40); }
H1.HeaderClassName
{
color: #CA2228;
}
.AnyTagClassName
{
color: #CA2228;
}
</style>
background-color css
<style>
a { background-color: #CA2228; }
a { background-color: rgb(202,34,40); }
div.DivClassName
{
background-color: #CA2228;
}
.BgClassName
{
background-color: #CA2228;
}
</style>
border-color css
<style>
span { border-color: #CA2228; }
span { border-color: rgb(202,34,40); }
td.TdClassName
{
border-color: #CA2228;
}
.TagClassName
{
border-color: #CA2228;
}
</style>