Shades of Fire Engine Red #CA2225
Tints of Fire Engine Red #CA2225
RGB
CMYK
RGB Variations
Color information
#CA2225 (or 0xCA2225) is known color: Fire Engine Red. HEX triplet: CA, 22 and 25. RGB value is (202,34,37). Sum of RGB (Red+Green+Blue) = 202+34+37=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2225 is #35DDDA. Grayscale: #545454. Windows color (decimal): -3530203 or 2433738. OLE color: 2433738.
HSL color Cylindrical-coordinate representation of color #CA2225: hue angle of 358.93º 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 #CA2225 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 37 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.21 |
| HSL | 358.93º | 0.71% | 0.46% | - |
| HSV(B) | 358.93º | 0.83% | 0.79% | - |
| XYZ | 25.26 | 13.83 | 3.09 | - |
| YUV | 84.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 37 | 0 | 0.83 | 0.82 | 0.21 | 358.93 | 0.71 | 0.46 |
| Hex | CA | 22 | 25 | 0 | 53 | 52 | 15 | 167 | 47 | 2E |
| Octal | 312 | 42 | 45 | 0 | 123 | 122 | 25 | 547 | 107 | 56 |
| Binary | 11001010 | 100010 | 100101 | 0 | 1010011 | 1010010 | 10101 | 101100111 | 1000111 | 101110 |
Color Harmonies of #CA2225
Complementary color
Monochromatic Colors of #CA2225
Black with #CA2225
Text Example
Text Example
White with #CA2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2225; }
p { color: rgb(202,34,37); }
H1.HeaderClassName
{
color: #CA2225;
}
.AnyTagClassName
{
color: #CA2225;
}
</style>
background-color css
<style>
a { background-color: #CA2225; }
a { background-color: rgb(202,34,37); }
div.DivClassName
{
background-color: #CA2225;
}
.BgClassName
{
background-color: #CA2225;
}
</style>
border-color css
<style>
span { border-color: #CA2225; }
span { border-color: rgb(202,34,37); }
td.TdClassName
{
border-color: #CA2225;
}
.TagClassName
{
border-color: #CA2225;
}
</style>