Shades of Fire Engine Red #CA152A
Tints of Fire Engine Red #CA152A
RGB
CMYK
RGB Variations
Color information
#CA152A (or 0xCA152A) is known color: Fire Engine Red. HEX triplet: CA, 15 and 2A. RGB value is (202,21,42). Sum of RGB (Red+Green+Blue) = 202+21+42=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA152A is #35EAD5. Grayscale: #4D4D4D. Windows color (decimal): -3533526 or 2758090. OLE color: 2758090.
HSL color Cylindrical-coordinate representation of color #CA152A: hue angle of 353.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA152A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.21 |
| HSL | 353.04º | 0.81% | 0.44% | - |
| HSV(B) | 353.04º | 0.9% | 0.79% | - |
| XYZ | 25.04 | 13.26 | 3.43 | - |
| YUV | 77.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 42 | 0 | 0.90 | 0.79 | 0.21 | 353.04 | 0.81 | 0.44 |
| Hex | CA | 15 | 2A | 0 | 5A | 4F | 15 | 161 | 51 | 2C |
| Octal | 312 | 25 | 52 | 0 | 132 | 117 | 25 | 541 | 121 | 54 |
| Binary | 11001010 | 10101 | 101010 | 0 | 1011010 | 1001111 | 10101 | 101100001 | 1010001 | 101100 |
Color Harmonies of #CA152A
Complementary color
Monochromatic Colors of #CA152A
Black with #CA152A
Text Example
Text Example
White with #CA152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA152A; }
p { color: rgb(202,21,42); }
H1.HeaderClassName
{
color: #CA152A;
}
.AnyTagClassName
{
color: #CA152A;
}
</style>
background-color css
<style>
a { background-color: #CA152A; }
a { background-color: rgb(202,21,42); }
div.DivClassName
{
background-color: #CA152A;
}
.BgClassName
{
background-color: #CA152A;
}
</style>
border-color css
<style>
span { border-color: #CA152A; }
span { border-color: rgb(202,21,42); }
td.TdClassName
{
border-color: #CA152A;
}
.TagClassName
{
border-color: #CA152A;
}
</style>