Shades of Fire Engine Red #CA2529
Tints of Fire Engine Red #CA2529
RGB
CMYK
RGB Variations
Color information
#CA2529 (or 0xCA2529) is known color: Fire Engine Red. HEX triplet: CA, 25 and 29. RGB value is (202,37,41). Sum of RGB (Red+Green+Blue) = 202+37+41=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2529 is #35DAD6. Grayscale: #565656. Windows color (decimal): -3529431 or 2696650. OLE color: 2696650.
HSL color Cylindrical-coordinate representation of color #CA2529: hue angle of 358.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2529 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 41 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.21 |
| HSL | 358.55º | 0.69% | 0.47% | - |
| HSV(B) | 358.55º | 0.82% | 0.79% | - |
| XYZ | 25.42 | 14.04 | 3.47 | - |
| YUV | 86.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 41 | 0 | 0.82 | 0.80 | 0.21 | 358.55 | 0.69 | 0.47 |
| Hex | CA | 25 | 29 | 0 | 52 | 50 | 15 | 167 | 45 | 2F |
| Octal | 312 | 45 | 51 | 0 | 122 | 120 | 25 | 547 | 105 | 57 |
| Binary | 11001010 | 100101 | 101001 | 0 | 1010010 | 1010000 | 10101 | 101100111 | 1000101 | 101111 |
Color Harmonies of #CA2529
Complementary color
Monochromatic Colors of #CA2529
Black with #CA2529
Text Example
Text Example
White with #CA2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2529; }
p { color: rgb(202,37,41); }
H1.HeaderClassName
{
color: #CA2529;
}
.AnyTagClassName
{
color: #CA2529;
}
</style>
background-color css
<style>
a { background-color: #CA2529; }
a { background-color: rgb(202,37,41); }
div.DivClassName
{
background-color: #CA2529;
}
.BgClassName
{
background-color: #CA2529;
}
</style>
border-color css
<style>
span { border-color: #CA2529; }
span { border-color: rgb(202,37,41); }
td.TdClassName
{
border-color: #CA2529;
}
.TagClassName
{
border-color: #CA2529;
}
</style>