Shades of Fire Engine Red #CF122C
Tints of Fire Engine Red #CF122C
RGB
CMYK
RGB Variations
Color information
#CF122C (or 0xCF122C) is known color: Fire Engine Red. HEX triplet: CF, 12 and 2C. RGB value is (207,18,44). Sum of RGB (Red+Green+Blue) = 207+18+44=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF122C is #30EDD3. Grayscale: #4D4D4D. Windows color (decimal): -3206612 or 2888399. OLE color: 2888399.
HSL color Cylindrical-coordinate representation of color #CF122C: hue angle of 351.75º 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 #CF122C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.19 |
| HSL | 351.75º | 0.84% | 0.44% | - |
| HSV(B) | 351.75º | 0.91% | 0.81% | - |
| XYZ | 26.4 | 13.88 | 3.67 | - |
| YUV | 77.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 44 | 0 | 0.91 | 0.79 | 0.19 | 351.75 | 0.84 | 0.44 |
| Hex | CF | 12 | 2C | 0 | 5B | 4F | 13 | 160 | 54 | 2C |
| Octal | 317 | 22 | 54 | 0 | 133 | 117 | 23 | 540 | 124 | 54 |
| Binary | 11001111 | 10010 | 101100 | 0 | 1011011 | 1001111 | 10011 | 101100000 | 1010100 | 101100 |
Color Harmonies of #CF122C
Complementary color
Monochromatic Colors of #CF122C
Black with #CF122C
Text Example
Text Example
White with #CF122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF122C; }
p { color: rgb(207,18,44); }
H1.HeaderClassName
{
color: #CF122C;
}
.AnyTagClassName
{
color: #CF122C;
}
</style>
background-color css
<style>
a { background-color: #CF122C; }
a { background-color: rgb(207,18,44); }
div.DivClassName
{
background-color: #CF122C;
}
.BgClassName
{
background-color: #CF122C;
}
</style>
border-color css
<style>
span { border-color: #CF122C; }
span { border-color: rgb(207,18,44); }
td.TdClassName
{
border-color: #CF122C;
}
.TagClassName
{
border-color: #CF122C;
}
</style>