Shades of Fire Engine Red #CF122F
Tints of Fire Engine Red #CF122F
RGB
CMYK
RGB Variations
Color information
#CF122F (or 0xCF122F) is known color: Fire Engine Red. HEX triplet: CF, 12 and 2F. RGB value is (207,18,47). Sum of RGB (Red+Green+Blue) = 207+18+47=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF122F is #30EDD0. Grayscale: #4D4D4D. Windows color (decimal): -3206609 or 3085007. OLE color: 3085007.
HSL color Cylindrical-coordinate representation of color #CF122F: hue angle of 350.79º 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 #CF122F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.19 |
| HSL | 350.79º | 0.84% | 0.44% | - |
| HSV(B) | 350.79º | 0.91% | 0.81% | - |
| XYZ | 26.46 | 13.9 | 3.98 | - |
| YUV | 77.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 47 | 0 | 0.91 | 0.77 | 0.19 | 350.79 | 0.84 | 0.44 |
| Hex | CF | 12 | 2F | 0 | 5B | 4D | 13 | 15F | 54 | 2C |
| Octal | 317 | 22 | 57 | 0 | 133 | 115 | 23 | 537 | 124 | 54 |
| Binary | 11001111 | 10010 | 101111 | 0 | 1011011 | 1001101 | 10011 | 101011111 | 1010100 | 101100 |
Color Harmonies of #CF122F
Complementary color
Monochromatic Colors of #CF122F
Black with #CF122F
Text Example
Text Example
White with #CF122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF122F; }
p { color: rgb(207,18,47); }
H1.HeaderClassName
{
color: #CF122F;
}
.AnyTagClassName
{
color: #CF122F;
}
</style>
background-color css
<style>
a { background-color: #CF122F; }
a { background-color: rgb(207,18,47); }
div.DivClassName
{
background-color: #CF122F;
}
.BgClassName
{
background-color: #CF122F;
}
</style>
border-color css
<style>
span { border-color: #CF122F; }
span { border-color: rgb(207,18,47); }
td.TdClassName
{
border-color: #CF122F;
}
.TagClassName
{
border-color: #CF122F;
}
</style>