Shades of Fire Engine Red #CF1028
Tints of Fire Engine Red #CF1028
RGB
CMYK
RGB Variations
Color information
#CF1028 (or 0xCF1028) is known color: Fire Engine Red. HEX triplet: CF, 10 and 28. RGB value is (207,16,40). Sum of RGB (Red+Green+Blue) = 207+16+40=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1028 is #30EFD7. Grayscale: #4B4B4B. Windows color (decimal): -3207128 or 2625743. OLE color: 2625743.
HSL color Cylindrical-coordinate representation of color #CF1028: hue angle of 352.46º 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 #CF1028 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 40 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.19 |
| HSL | 352.46º | 0.86% | 0.44% | - |
| HSV(B) | 352.46º | 0.92% | 0.81% | - |
| XYZ | 26.3 | 13.79 | 3.28 | - |
| YUV | 75.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 40 | 0 | 0.92 | 0.81 | 0.19 | 352.46 | 0.86 | 0.44 |
| Hex | CF | 10 | 28 | 0 | 5C | 51 | 13 | 160 | 56 | 2C |
| Octal | 317 | 20 | 50 | 0 | 134 | 121 | 23 | 540 | 126 | 54 |
| Binary | 11001111 | 10000 | 101000 | 0 | 1011100 | 1010001 | 10011 | 101100000 | 1010110 | 101100 |
Color Harmonies of #CF1028
Complementary color
Monochromatic Colors of #CF1028
Black with #CF1028
Text Example
Text Example
White with #CF1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1028; }
p { color: rgb(207,16,40); }
H1.HeaderClassName
{
color: #CF1028;
}
.AnyTagClassName
{
color: #CF1028;
}
</style>
background-color css
<style>
a { background-color: #CF1028; }
a { background-color: rgb(207,16,40); }
div.DivClassName
{
background-color: #CF1028;
}
.BgClassName
{
background-color: #CF1028;
}
</style>
border-color css
<style>
span { border-color: #CF1028; }
span { border-color: rgb(207,16,40); }
td.TdClassName
{
border-color: #CF1028;
}
.TagClassName
{
border-color: #CF1028;
}
</style>