Shades of Fire Engine Red #CF1B2E
Tints of Fire Engine Red #CF1B2E
RGB
CMYK
RGB Variations
Color information
#CF1B2E (or 0xCF1B2E) is known color: Fire Engine Red. HEX triplet: CF, 1B and 2E. RGB value is (207,27,46). Sum of RGB (Red+Green+Blue) = 207+27+46=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1B2E is #30E4D1. Grayscale: #535353. Windows color (decimal): -3204306 or 3021775. OLE color: 3021775.
HSL color Cylindrical-coordinate representation of color #CF1B2E: hue angle of 353.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1B2E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 46 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.19 |
| HSL | 353.67º | 0.77% | 0.46% | - |
| HSV(B) | 353.67º | 0.87% | 0.81% | - |
| XYZ | 26.62 | 14.25 | 3.93 | - |
| YUV | 82.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 46 | 0 | 0.87 | 0.78 | 0.19 | 353.67 | 0.77 | 0.46 |
| Hex | CF | 1B | 2E | 0 | 57 | 4E | 13 | 162 | 4D | 2E |
| Octal | 317 | 33 | 56 | 0 | 127 | 116 | 23 | 542 | 115 | 56 |
| Binary | 11001111 | 11011 | 101110 | 0 | 1010111 | 1001110 | 10011 | 101100010 | 1001101 | 101110 |
Color Harmonies of #CF1B2E
Complementary color
Monochromatic Colors of #CF1B2E
Black with #CF1B2E
Text Example
Text Example
White with #CF1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1B2E; }
p { color: rgb(207,27,46); }
H1.HeaderClassName
{
color: #CF1B2E;
}
.AnyTagClassName
{
color: #CF1B2E;
}
</style>
background-color css
<style>
a { background-color: #CF1B2E; }
a { background-color: rgb(207,27,46); }
div.DivClassName
{
background-color: #CF1B2E;
}
.BgClassName
{
background-color: #CF1B2E;
}
</style>
border-color css
<style>
span { border-color: #CF1B2E; }
span { border-color: rgb(207,27,46); }
td.TdClassName
{
border-color: #CF1B2E;
}
.TagClassName
{
border-color: #CF1B2E;
}
</style>