Shades of Fire Engine Red #CF1725
Tints of Fire Engine Red #CF1725
RGB
CMYK
RGB Variations
Color information
#CF1725 (or 0xCF1725) is known color: Fire Engine Red. HEX triplet: CF, 17 and 25. RGB value is (207,23,37). Sum of RGB (Red+Green+Blue) = 207+23+37=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1725 is #30E8DA. Grayscale: #4F4F4F. Windows color (decimal): -3205339 or 2430927. OLE color: 2430927.
HSL color Cylindrical-coordinate representation of color #CF1725: hue angle of 355.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1725 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.19 |
| HSL | 355.43º | 0.8% | 0.45% | - |
| HSV(B) | 355.43º | 0.89% | 0.81% | - |
| XYZ | 26.37 | 14.01 | 3.06 | - |
| YUV | 79.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 37 | 0 | 0.89 | 0.82 | 0.19 | 355.43 | 0.8 | 0.45 |
| Hex | CF | 17 | 25 | 0 | 59 | 52 | 13 | 163 | 50 | 2D |
| Octal | 317 | 27 | 45 | 0 | 131 | 122 | 23 | 543 | 120 | 55 |
| Binary | 11001111 | 10111 | 100101 | 0 | 1011001 | 1010010 | 10011 | 101100011 | 1010000 | 101101 |
Color Harmonies of #CF1725
Complementary color
Monochromatic Colors of #CF1725
Black with #CF1725
Text Example
Text Example
White with #CF1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1725; }
p { color: rgb(207,23,37); }
H1.HeaderClassName
{
color: #CF1725;
}
.AnyTagClassName
{
color: #CF1725;
}
</style>
background-color css
<style>
a { background-color: #CF1725; }
a { background-color: rgb(207,23,37); }
div.DivClassName
{
background-color: #CF1725;
}
.BgClassName
{
background-color: #CF1725;
}
</style>
border-color css
<style>
span { border-color: #CF1725; }
span { border-color: rgb(207,23,37); }
td.TdClassName
{
border-color: #CF1725;
}
.TagClassName
{
border-color: #CF1725;
}
</style>