Shades of Fire Engine Red #CF1325
Tints of Fire Engine Red #CF1325
RGB
CMYK
RGB Variations
Color information
#CF1325 (or 0xCF1325) is known color: Fire Engine Red. HEX triplet: CF, 13 and 25. RGB value is (207,19,37). Sum of RGB (Red+Green+Blue) = 207+19+37=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1325 is #30ECDA. Grayscale: #4D4D4D. Windows color (decimal): -3206363 or 2429903. OLE color: 2429903.
HSL color Cylindrical-coordinate representation of color #CF1325: hue angle of 354.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1325 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.19 |
| HSL | 354.26º | 0.83% | 0.44% | - |
| HSV(B) | 354.26º | 0.91% | 0.81% | - |
| XYZ | 26.3 | 13.86 | 3.04 | - |
| YUV | 77.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 37 | 0 | 0.91 | 0.82 | 0.19 | 354.26 | 0.83 | 0.44 |
| Hex | CF | 13 | 25 | 0 | 5B | 52 | 13 | 162 | 53 | 2C |
| Octal | 317 | 23 | 45 | 0 | 133 | 122 | 23 | 542 | 123 | 54 |
| Binary | 11001111 | 10011 | 100101 | 0 | 1011011 | 1010010 | 10011 | 101100010 | 1010011 | 101100 |
Color Harmonies of #CF1325
Complementary color
Monochromatic Colors of #CF1325
Black with #CF1325
Text Example
Text Example
White with #CF1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1325; }
p { color: rgb(207,19,37); }
H1.HeaderClassName
{
color: #CF1325;
}
.AnyTagClassName
{
color: #CF1325;
}
</style>
background-color css
<style>
a { background-color: #CF1325; }
a { background-color: rgb(207,19,37); }
div.DivClassName
{
background-color: #CF1325;
}
.BgClassName
{
background-color: #CF1325;
}
</style>
border-color css
<style>
span { border-color: #CF1325; }
span { border-color: rgb(207,19,37); }
td.TdClassName
{
border-color: #CF1325;
}
.TagClassName
{
border-color: #CF1325;
}
</style>