Shades of Fire Engine Red #CF1228
Tints of Fire Engine Red #CF1228
RGB
CMYK
RGB Variations
Color information
#CF1228 (or 0xCF1228) is known color: Fire Engine Red. HEX triplet: CF, 12 and 28. RGB value is (207,18,40). Sum of RGB (Red+Green+Blue) = 207+18+40=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1228 is #30EDD7. Grayscale: #4D4D4D. Windows color (decimal): -3206616 or 2626255. OLE color: 2626255.
HSL color Cylindrical-coordinate representation of color #CF1228: hue angle of 353.02º degrees, saturation: 0.84, 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 #CF1228 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.19 |
| HSL | 353.02º | 0.84% | 0.44% | - |
| HSV(B) | 353.02º | 0.91% | 0.81% | - |
| XYZ | 26.33 | 13.85 | 3.29 | - |
| YUV | 77.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 40 | 0 | 0.91 | 0.81 | 0.19 | 353.02 | 0.84 | 0.44 |
| Hex | CF | 12 | 28 | 0 | 5B | 51 | 13 | 161 | 54 | 2C |
| Octal | 317 | 22 | 50 | 0 | 133 | 121 | 23 | 541 | 124 | 54 |
| Binary | 11001111 | 10010 | 101000 | 0 | 1011011 | 1010001 | 10011 | 101100001 | 1010100 | 101100 |
Color Harmonies of #CF1228
Complementary color
Monochromatic Colors of #CF1228
Black with #CF1228
Text Example
Text Example
White with #CF1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1228; }
p { color: rgb(207,18,40); }
H1.HeaderClassName
{
color: #CF1228;
}
.AnyTagClassName
{
color: #CF1228;
}
</style>
background-color css
<style>
a { background-color: #CF1228; }
a { background-color: rgb(207,18,40); }
div.DivClassName
{
background-color: #CF1228;
}
.BgClassName
{
background-color: #CF1228;
}
</style>
border-color css
<style>
span { border-color: #CF1228; }
span { border-color: rgb(207,18,40); }
td.TdClassName
{
border-color: #CF1228;
}
.TagClassName
{
border-color: #CF1228;
}
</style>