Shades of Fire Engine Red #CF101C
Tints of Fire Engine Red #CF101C
RGB
CMYK
RGB Variations
Color information
#CF101C (or 0xCF101C) is known color: Fire Engine Red. HEX triplet: CF, 10 and 1C. RGB value is (207,16,28). Sum of RGB (Red+Green+Blue) = 207+16+28=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF101C is #30EFE3. Grayscale: #4A4A4A. Windows color (decimal): -3207140 or 1839311. OLE color: 1839311.
HSL color Cylindrical-coordinate representation of color #CF101C: hue angle of 356.23º 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 #CF101C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.19 |
| HSL | 356.23º | 0.86% | 0.44% | - |
| HSV(B) | 356.23º | 0.92% | 0.81% | - |
| XYZ | 26.13 | 13.72 | 2.37 | - |
| YUV | 74.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 28 | 0 | 0.92 | 0.86 | 0.19 | 356.23 | 0.86 | 0.44 |
| Hex | CF | 10 | 1C | 0 | 5C | 56 | 13 | 164 | 56 | 2C |
| Octal | 317 | 20 | 34 | 0 | 134 | 126 | 23 | 544 | 126 | 54 |
| Binary | 11001111 | 10000 | 11100 | 0 | 1011100 | 1010110 | 10011 | 101100100 | 1010110 | 101100 |
Color Harmonies of #CF101C
Complementary color
Monochromatic Colors of #CF101C
Black with #CF101C
Text Example
Text Example
White with #CF101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF101C; }
p { color: rgb(207,16,28); }
H1.HeaderClassName
{
color: #CF101C;
}
.AnyTagClassName
{
color: #CF101C;
}
</style>
background-color css
<style>
a { background-color: #CF101C; }
a { background-color: rgb(207,16,28); }
div.DivClassName
{
background-color: #CF101C;
}
.BgClassName
{
background-color: #CF101C;
}
</style>
border-color css
<style>
span { border-color: #CF101C; }
span { border-color: rgb(207,16,28); }
td.TdClassName
{
border-color: #CF101C;
}
.TagClassName
{
border-color: #CF101C;
}
</style>