Shades of Fire Engine Red #CF1625
Tints of Fire Engine Red #CF1625
RGB
CMYK
RGB Variations
Color information
#CF1625 (or 0xCF1625) is known color: Fire Engine Red. HEX triplet: CF, 16 and 25. RGB value is (207,22,37). Sum of RGB (Red+Green+Blue) = 207+22+37=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1625 is #30E9DA. Grayscale: #4F4F4F. Windows color (decimal): -3205595 or 2430671. OLE color: 2430671.
HSL color Cylindrical-coordinate representation of color #CF1625: hue angle of 355.14º degrees, saturation: 0.81, 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 #CF1625 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.19 |
| HSL | 355.14º | 0.81% | 0.45% | - |
| HSV(B) | 355.14º | 0.89% | 0.81% | - |
| XYZ | 26.35 | 13.97 | 3.06 | - |
| YUV | 79.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 37 | 0 | 0.89 | 0.82 | 0.19 | 355.14 | 0.81 | 0.45 |
| Hex | CF | 16 | 25 | 0 | 59 | 52 | 13 | 163 | 51 | 2D |
| Octal | 317 | 26 | 45 | 0 | 131 | 122 | 23 | 543 | 121 | 55 |
| Binary | 11001111 | 10110 | 100101 | 0 | 1011001 | 1010010 | 10011 | 101100011 | 1010001 | 101101 |
Color Harmonies of #CF1625
Complementary color
Monochromatic Colors of #CF1625
Black with #CF1625
Text Example
Text Example
White with #CF1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1625; }
p { color: rgb(207,22,37); }
H1.HeaderClassName
{
color: #CF1625;
}
.AnyTagClassName
{
color: #CF1625;
}
</style>
background-color css
<style>
a { background-color: #CF1625; }
a { background-color: rgb(207,22,37); }
div.DivClassName
{
background-color: #CF1625;
}
.BgClassName
{
background-color: #CF1625;
}
</style>
border-color css
<style>
span { border-color: #CF1625; }
span { border-color: rgb(207,22,37); }
td.TdClassName
{
border-color: #CF1625;
}
.TagClassName
{
border-color: #CF1625;
}
</style>