Shades of Fire Engine Red #CA172D
Tints of Fire Engine Red #CA172D
RGB
CMYK
RGB Variations
Color information
#CA172D (or 0xCA172D) is known color: Fire Engine Red. HEX triplet: CA, 17 and 2D. RGB value is (202,23,45). Sum of RGB (Red+Green+Blue) = 202+23+45=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA172D is #35E8D2. Grayscale: #4F4F4F. Windows color (decimal): -3533011 or 2955210. OLE color: 2955210.
HSL color Cylindrical-coordinate representation of color #CA172D: hue angle of 352.63º 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 #CA172D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.21 |
| HSL | 352.63º | 0.8% | 0.44% | - |
| HSV(B) | 352.63º | 0.89% | 0.79% | - |
| XYZ | 25.14 | 13.36 | 3.74 | - |
| YUV | 79.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 45 | 0 | 0.89 | 0.78 | 0.21 | 352.63 | 0.8 | 0.44 |
| Hex | CA | 17 | 2D | 0 | 59 | 4E | 15 | 161 | 50 | 2C |
| Octal | 312 | 27 | 55 | 0 | 131 | 116 | 25 | 541 | 120 | 54 |
| Binary | 11001010 | 10111 | 101101 | 0 | 1011001 | 1001110 | 10101 | 101100001 | 1010000 | 101100 |
Color Harmonies of #CA172D
Complementary color
Monochromatic Colors of #CA172D
Black with #CA172D
Text Example
Text Example
White with #CA172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA172D; }
p { color: rgb(202,23,45); }
H1.HeaderClassName
{
color: #CA172D;
}
.AnyTagClassName
{
color: #CA172D;
}
</style>
background-color css
<style>
a { background-color: #CA172D; }
a { background-color: rgb(202,23,45); }
div.DivClassName
{
background-color: #CA172D;
}
.BgClassName
{
background-color: #CA172D;
}
</style>
border-color css
<style>
span { border-color: #CA172D; }
span { border-color: rgb(202,23,45); }
td.TdClassName
{
border-color: #CA172D;
}
.TagClassName
{
border-color: #CA172D;
}
</style>