Shades of Fire Engine Red #CF1123
Tints of Fire Engine Red #CF1123
RGB
CMYK
RGB Variations
Color information
#CF1123 (or 0xCF1123) is known color: Fire Engine Red. HEX triplet: CF, 11 and 23. RGB value is (207,17,35). Sum of RGB (Red+Green+Blue) = 207+17+35=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1123 is #30EEDC. Grayscale: #4B4B4B. Windows color (decimal): -3206877 or 2298319. OLE color: 2298319.
HSL color Cylindrical-coordinate representation of color #CF1123: hue angle of 354.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1123 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.19 |
| HSL | 354.32º | 0.85% | 0.44% | - |
| HSV(B) | 354.32º | 0.92% | 0.81% | - |
| XYZ | 26.24 | 13.79 | 2.87 | - |
| YUV | 75.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 35 | 0 | 0.92 | 0.83 | 0.19 | 354.32 | 0.85 | 0.44 |
| Hex | CF | 11 | 23 | 0 | 5C | 53 | 13 | 162 | 55 | 2C |
| Octal | 317 | 21 | 43 | 0 | 134 | 123 | 23 | 542 | 125 | 54 |
| Binary | 11001111 | 10001 | 100011 | 0 | 1011100 | 1010011 | 10011 | 101100010 | 1010101 | 101100 |
Color Harmonies of #CF1123
Complementary color
Monochromatic Colors of #CF1123
Black with #CF1123
Text Example
Text Example
White with #CF1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1123; }
p { color: rgb(207,17,35); }
H1.HeaderClassName
{
color: #CF1123;
}
.AnyTagClassName
{
color: #CF1123;
}
</style>
background-color css
<style>
a { background-color: #CF1123; }
a { background-color: rgb(207,17,35); }
div.DivClassName
{
background-color: #CF1123;
}
.BgClassName
{
background-color: #CF1123;
}
</style>
border-color css
<style>
span { border-color: #CF1123; }
span { border-color: rgb(207,17,35); }
td.TdClassName
{
border-color: #CF1123;
}
.TagClassName
{
border-color: #CF1123;
}
</style>