Shades of Fire Engine Red #CF1224
Tints of Fire Engine Red #CF1224
RGB
CMYK
RGB Variations
Color information
#CF1224 (or 0xCF1224) is known color: Fire Engine Red. HEX triplet: CF, 12 and 24. RGB value is (207,18,36). Sum of RGB (Red+Green+Blue) = 207+18+36=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1224 is #30EDDB. Grayscale: #4C4C4C. Windows color (decimal): -3206620 or 2364111. OLE color: 2364111.
HSL color Cylindrical-coordinate representation of color #CF1224: hue angle of 354.29º 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 #CF1224 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 354.29º | 0.84% | 0.44% | - |
| HSV(B) | 354.29º | 0.91% | 0.81% | - |
| XYZ | 26.27 | 13.83 | 2.95 | - |
| YUV | 76.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 36 | 0 | 0.91 | 0.83 | 0.19 | 354.29 | 0.84 | 0.44 |
| Hex | CF | 12 | 24 | 0 | 5B | 53 | 13 | 162 | 54 | 2C |
| Octal | 317 | 22 | 44 | 0 | 133 | 123 | 23 | 542 | 124 | 54 |
| Binary | 11001111 | 10010 | 100100 | 0 | 1011011 | 1010011 | 10011 | 101100010 | 1010100 | 101100 |
Color Harmonies of #CF1224
Complementary color
Monochromatic Colors of #CF1224
Black with #CF1224
Text Example
Text Example
White with #CF1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1224; }
p { color: rgb(207,18,36); }
H1.HeaderClassName
{
color: #CF1224;
}
.AnyTagClassName
{
color: #CF1224;
}
</style>
background-color css
<style>
a { background-color: #CF1224; }
a { background-color: rgb(207,18,36); }
div.DivClassName
{
background-color: #CF1224;
}
.BgClassName
{
background-color: #CF1224;
}
</style>
border-color css
<style>
span { border-color: #CF1224; }
span { border-color: rgb(207,18,36); }
td.TdClassName
{
border-color: #CF1224;
}
.TagClassName
{
border-color: #CF1224;
}
</style>