Shades of Fire Engine Red #CF1F2C
Tints of Fire Engine Red #CF1F2C
RGB
CMYK
RGB Variations
Color information
#CF1F2C (or 0xCF1F2C) is known color: Fire Engine Red. HEX triplet: CF, 1F and 2C. RGB value is (207,31,44). Sum of RGB (Red+Green+Blue) = 207+31+44=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F2C is #30E0D3. Grayscale: #555555. Windows color (decimal): -3203284 or 2891727. OLE color: 2891727.
HSL color Cylindrical-coordinate representation of color #CF1F2C: hue angle of 355.57º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F2C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 44 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.19 |
| HSL | 355.57º | 0.74% | 0.47% | - |
| HSV(B) | 355.57º | 0.85% | 0.81% | - |
| XYZ | 26.68 | 14.43 | 3.76 | - |
| YUV | 85.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 44 | 0 | 0.85 | 0.79 | 0.19 | 355.57 | 0.74 | 0.47 |
| Hex | CF | 1F | 2C | 0 | 55 | 4F | 13 | 164 | 4A | 2F |
| Octal | 317 | 37 | 54 | 0 | 125 | 117 | 23 | 544 | 112 | 57 |
| Binary | 11001111 | 11111 | 101100 | 0 | 1010101 | 1001111 | 10011 | 101100100 | 1001010 | 101111 |
Color Harmonies of #CF1F2C
Complementary color
Monochromatic Colors of #CF1F2C
Black with #CF1F2C
Text Example
Text Example
White with #CF1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F2C; }
p { color: rgb(207,31,44); }
H1.HeaderClassName
{
color: #CF1F2C;
}
.AnyTagClassName
{
color: #CF1F2C;
}
</style>
background-color css
<style>
a { background-color: #CF1F2C; }
a { background-color: rgb(207,31,44); }
div.DivClassName
{
background-color: #CF1F2C;
}
.BgClassName
{
background-color: #CF1F2C;
}
</style>
border-color css
<style>
span { border-color: #CF1F2C; }
span { border-color: rgb(207,31,44); }
td.TdClassName
{
border-color: #CF1F2C;
}
.TagClassName
{
border-color: #CF1F2C;
}
</style>