Shades of Fire Engine Red #CA1725
Tints of Fire Engine Red #CA1725
RGB
CMYK
RGB Variations
Color information
#CA1725 (or 0xCA1725) is known color: Fire Engine Red. HEX triplet: CA, 17 and 25. RGB value is (202,23,37). Sum of RGB (Red+Green+Blue) = 202+23+37=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1725 is #35E8DA. Grayscale: #4E4E4E. Windows color (decimal): -3533019 or 2430922. OLE color: 2430922.
HSL color Cylindrical-coordinate representation of color #CA1725: hue angle of 355.31º 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 #CA1725 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.21 |
| HSL | 355.31º | 0.8% | 0.44% | - |
| HSV(B) | 355.31º | 0.89% | 0.79% | - |
| XYZ | 25 | 13.3 | 3 | - |
| YUV | 78.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 37 | 0 | 0.89 | 0.82 | 0.21 | 355.31 | 0.8 | 0.44 |
| Hex | CA | 17 | 25 | 0 | 59 | 52 | 15 | 163 | 50 | 2C |
| Octal | 312 | 27 | 45 | 0 | 131 | 122 | 25 | 543 | 120 | 54 |
| Binary | 11001010 | 10111 | 100101 | 0 | 1011001 | 1010010 | 10101 | 101100011 | 1010000 | 101100 |
Color Harmonies of #CA1725
Complementary color
Monochromatic Colors of #CA1725
Black with #CA1725
Text Example
Text Example
White with #CA1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1725; }
p { color: rgb(202,23,37); }
H1.HeaderClassName
{
color: #CA1725;
}
.AnyTagClassName
{
color: #CA1725;
}
</style>
background-color css
<style>
a { background-color: #CA1725; }
a { background-color: rgb(202,23,37); }
div.DivClassName
{
background-color: #CA1725;
}
.BgClassName
{
background-color: #CA1725;
}
</style>
border-color css
<style>
span { border-color: #CA1725; }
span { border-color: rgb(202,23,37); }
td.TdClassName
{
border-color: #CA1725;
}
.TagClassName
{
border-color: #CA1725;
}
</style>