Shades of Fire Engine Red #CF101E
Tints of Fire Engine Red #CF101E
RGB
CMYK
RGB Variations
Color information
#CF101E (or 0xCF101E) is known color: Fire Engine Red. HEX triplet: CF, 10 and 1E. RGB value is (207,16,30). Sum of RGB (Red+Green+Blue) = 207+16+30=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF101E is #30EFE1. Grayscale: #4A4A4A. Windows color (decimal): -3207138 or 1970383. OLE color: 1970383.
HSL color Cylindrical-coordinate representation of color #CF101E: hue angle of 355.6º degrees, saturation: 0.86, 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 #CF101E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.19 |
| HSL | 355.6º | 0.86% | 0.44% | - |
| HSV(B) | 355.6º | 0.92% | 0.81% | - |
| XYZ | 26.15 | 13.73 | 2.5 | - |
| YUV | 74.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 30 | 0 | 0.92 | 0.86 | 0.19 | 355.6 | 0.86 | 0.44 |
| Hex | CF | 10 | 1E | 0 | 5C | 56 | 13 | 164 | 56 | 2C |
| Octal | 317 | 20 | 36 | 0 | 134 | 126 | 23 | 544 | 126 | 54 |
| Binary | 11001111 | 10000 | 11110 | 0 | 1011100 | 1010110 | 10011 | 101100100 | 1010110 | 101100 |
Color Harmonies of #CF101E
Complementary color
Monochromatic Colors of #CF101E
Black with #CF101E
Text Example
Text Example
White with #CF101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF101E; }
p { color: rgb(207,16,30); }
H1.HeaderClassName
{
color: #CF101E;
}
.AnyTagClassName
{
color: #CF101E;
}
</style>
background-color css
<style>
a { background-color: #CF101E; }
a { background-color: rgb(207,16,30); }
div.DivClassName
{
background-color: #CF101E;
}
.BgClassName
{
background-color: #CF101E;
}
</style>
border-color css
<style>
span { border-color: #CF101E; }
span { border-color: rgb(207,16,30); }
td.TdClassName
{
border-color: #CF101E;
}
.TagClassName
{
border-color: #CF101E;
}
</style>