Shades of Fire Engine Red #CF121D
Tints of Fire Engine Red #CF121D
RGB
CMYK
RGB Variations
Color information
#CF121D (or 0xCF121D) is known color: Fire Engine Red. HEX triplet: CF, 12 and 1D. RGB value is (207,18,29). Sum of RGB (Red+Green+Blue) = 207+18+29=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF121D is #30EDE2. Grayscale: #4B4B4B. Windows color (decimal): -3206627 or 1905359. OLE color: 1905359.
HSL color Cylindrical-coordinate representation of color #CF121D: hue angle of 356.51º 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 #CF121D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.19 |
| HSL | 356.51º | 0.84% | 0.44% | - |
| HSV(B) | 356.51º | 0.91% | 0.81% | - |
| XYZ | 26.17 | 13.79 | 2.44 | - |
| YUV | 75.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 29 | 0 | 0.91 | 0.86 | 0.19 | 356.51 | 0.84 | 0.44 |
| Hex | CF | 12 | 1D | 0 | 5B | 56 | 13 | 165 | 54 | 2C |
| Octal | 317 | 22 | 35 | 0 | 133 | 126 | 23 | 545 | 124 | 54 |
| Binary | 11001111 | 10010 | 11101 | 0 | 1011011 | 1010110 | 10011 | 101100101 | 1010100 | 101100 |
Color Harmonies of #CF121D
Complementary color
Monochromatic Colors of #CF121D
Black with #CF121D
Text Example
Text Example
White with #CF121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF121D; }
p { color: rgb(207,18,29); }
H1.HeaderClassName
{
color: #CF121D;
}
.AnyTagClassName
{
color: #CF121D;
}
</style>
background-color css
<style>
a { background-color: #CF121D; }
a { background-color: rgb(207,18,29); }
div.DivClassName
{
background-color: #CF121D;
}
.BgClassName
{
background-color: #CF121D;
}
</style>
border-color css
<style>
span { border-color: #CF121D; }
span { border-color: rgb(207,18,29); }
td.TdClassName
{
border-color: #CF121D;
}
.TagClassName
{
border-color: #CF121D;
}
</style>