Shades of Fire Engine Red #CA171F
Tints of Fire Engine Red #CA171F
RGB
CMYK
RGB Variations
Color information
#CA171F (or 0xCA171F) is known color: Fire Engine Red. HEX triplet: CA, 17 and 1F. RGB value is (202,23,31). Sum of RGB (Red+Green+Blue) = 202+23+31=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA171F is #35E8E0. Grayscale: #4D4D4D. Windows color (decimal): -3533025 or 2037706. OLE color: 2037706.
HSL color Cylindrical-coordinate representation of color #CA171F: hue angle of 357.32º 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 #CA171F is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 31 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.21 |
| HSL | 357.32º | 0.8% | 0.44% | - |
| HSV(B) | 357.32º | 0.89% | 0.79% | - |
| XYZ | 24.91 | 13.27 | 2.54 | - |
| YUV | 77.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 31 | 0 | 0.89 | 0.85 | 0.21 | 357.32 | 0.8 | 0.44 |
| Hex | CA | 17 | 1F | 0 | 59 | 55 | 15 | 165 | 50 | 2C |
| Octal | 312 | 27 | 37 | 0 | 131 | 125 | 25 | 545 | 120 | 54 |
| Binary | 11001010 | 10111 | 11111 | 0 | 1011001 | 1010101 | 10101 | 101100101 | 1010000 | 101100 |
Color Harmonies of #CA171F
Complementary color
Monochromatic Colors of #CA171F
Black with #CA171F
Text Example
Text Example
White with #CA171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA171F; }
p { color: rgb(202,23,31); }
H1.HeaderClassName
{
color: #CA171F;
}
.AnyTagClassName
{
color: #CA171F;
}
</style>
background-color css
<style>
a { background-color: #CA171F; }
a { background-color: rgb(202,23,31); }
div.DivClassName
{
background-color: #CA171F;
}
.BgClassName
{
background-color: #CA171F;
}
</style>
border-color css
<style>
span { border-color: #CA171F; }
span { border-color: rgb(202,23,31); }
td.TdClassName
{
border-color: #CA171F;
}
.TagClassName
{
border-color: #CA171F;
}
</style>