Shades of Fire Engine Red #CA172C
Tints of Fire Engine Red #CA172C
RGB
CMYK
RGB Variations
Color information
#CA172C (or 0xCA172C) is known color: Fire Engine Red. HEX triplet: CA, 17 and 2C. RGB value is (202,23,44). Sum of RGB (Red+Green+Blue) = 202+23+44=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA172C is #35E8D3. Grayscale: #4F4F4F. Windows color (decimal): -3533012 or 2889674. OLE color: 2889674.
HSL color Cylindrical-coordinate representation of color #CA172C: hue angle of 352.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA172C is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.21 |
| HSL | 352.96º | 0.8% | 0.44% | - |
| HSV(B) | 352.96º | 0.89% | 0.79% | - |
| XYZ | 25.12 | 13.35 | 3.64 | - |
| YUV | 78.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 44 | 0 | 0.89 | 0.78 | 0.21 | 352.96 | 0.8 | 0.44 |
| Hex | CA | 17 | 2C | 0 | 59 | 4E | 15 | 161 | 50 | 2C |
| Octal | 312 | 27 | 54 | 0 | 131 | 116 | 25 | 541 | 120 | 54 |
| Binary | 11001010 | 10111 | 101100 | 0 | 1011001 | 1001110 | 10101 | 101100001 | 1010000 | 101100 |
Color Harmonies of #CA172C
Complementary color
Monochromatic Colors of #CA172C
Black with #CA172C
Text Example
Text Example
White with #CA172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA172C; }
p { color: rgb(202,23,44); }
H1.HeaderClassName
{
color: #CA172C;
}
.AnyTagClassName
{
color: #CA172C;
}
</style>
background-color css
<style>
a { background-color: #CA172C; }
a { background-color: rgb(202,23,44); }
div.DivClassName
{
background-color: #CA172C;
}
.BgClassName
{
background-color: #CA172C;
}
</style>
border-color css
<style>
span { border-color: #CA172C; }
span { border-color: rgb(202,23,44); }
td.TdClassName
{
border-color: #CA172C;
}
.TagClassName
{
border-color: #CA172C;
}
</style>