Shades of Fire Engine Red #CA1228
Tints of Fire Engine Red #CA1228
RGB
CMYK
RGB Variations
Color information
#CA1228 (or 0xCA1228) is known color: Fire Engine Red. HEX triplet: CA, 12 and 28. RGB value is (202,18,40). Sum of RGB (Red+Green+Blue) = 202+18+40=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1228 is #35EDD7. Grayscale: #4B4B4B. Windows color (decimal): -3534296 or 2626250. OLE color: 2626250.
HSL color Cylindrical-coordinate representation of color #CA1228: hue angle of 352.83º degrees, saturation: 0.84, 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 #CA1228 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.21 |
| HSL | 352.83º | 0.84% | 0.43% | - |
| HSV(B) | 352.83º | 0.91% | 0.79% | - |
| XYZ | 24.96 | 13.14 | 3.23 | - |
| YUV | 75.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 40 | 0 | 0.91 | 0.80 | 0.21 | 352.83 | 0.84 | 0.43 |
| Hex | CA | 12 | 28 | 0 | 5B | 50 | 15 | 161 | 54 | 2B |
| Octal | 312 | 22 | 50 | 0 | 133 | 120 | 25 | 541 | 124 | 53 |
| Binary | 11001010 | 10010 | 101000 | 0 | 1011011 | 1010000 | 10101 | 101100001 | 1010100 | 101011 |
Color Harmonies of #CA1228
Complementary color
Monochromatic Colors of #CA1228
Black with #CA1228
Text Example
Text Example
White with #CA1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1228; }
p { color: rgb(202,18,40); }
H1.HeaderClassName
{
color: #CA1228;
}
.AnyTagClassName
{
color: #CA1228;
}
</style>
background-color css
<style>
a { background-color: #CA1228; }
a { background-color: rgb(202,18,40); }
div.DivClassName
{
background-color: #CA1228;
}
.BgClassName
{
background-color: #CA1228;
}
</style>
border-color css
<style>
span { border-color: #CA1228; }
span { border-color: rgb(202,18,40); }
td.TdClassName
{
border-color: #CA1228;
}
.TagClassName
{
border-color: #CA1228;
}
</style>