Shades of Fire Engine Red #CF121F
Tints of Fire Engine Red #CF121F
RGB
CMYK
RGB Variations
Color information
#CF121F (or 0xCF121F) is known color: Fire Engine Red. HEX triplet: CF, 12 and 1F. RGB value is (207,18,31). Sum of RGB (Red+Green+Blue) = 207+18+31=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF121F is #30EDE0. Grayscale: #4C4C4C. Windows color (decimal): -3206625 or 2036431. OLE color: 2036431.
HSL color Cylindrical-coordinate representation of color #CF121F: hue angle of 355.87º 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 #CF121F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.19 |
| HSL | 355.87º | 0.84% | 0.44% | - |
| HSV(B) | 355.87º | 0.91% | 0.81% | - |
| XYZ | 26.2 | 13.8 | 2.58 | - |
| YUV | 75.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 31 | 0 | 0.91 | 0.85 | 0.19 | 355.87 | 0.84 | 0.44 |
| Hex | CF | 12 | 1F | 0 | 5B | 55 | 13 | 164 | 54 | 2C |
| Octal | 317 | 22 | 37 | 0 | 133 | 125 | 23 | 544 | 124 | 54 |
| Binary | 11001111 | 10010 | 11111 | 0 | 1011011 | 1010101 | 10011 | 101100100 | 1010100 | 101100 |
Color Harmonies of #CF121F
Complementary color
Monochromatic Colors of #CF121F
Black with #CF121F
Text Example
Text Example
White with #CF121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF121F; }
p { color: rgb(207,18,31); }
H1.HeaderClassName
{
color: #CF121F;
}
.AnyTagClassName
{
color: #CF121F;
}
</style>
background-color css
<style>
a { background-color: #CF121F; }
a { background-color: rgb(207,18,31); }
div.DivClassName
{
background-color: #CF121F;
}
.BgClassName
{
background-color: #CF121F;
}
</style>
border-color css
<style>
span { border-color: #CF121F; }
span { border-color: rgb(207,18,31); }
td.TdClassName
{
border-color: #CF121F;
}
.TagClassName
{
border-color: #CF121F;
}
</style>