Shades of Fire Engine Red #CF1A1F
Tints of Fire Engine Red #CF1A1F
RGB
CMYK
RGB Variations
Color information
#CF1A1F (or 0xCF1A1F) is known color: Fire Engine Red. HEX triplet: CF, 1A and 1F. RGB value is (207,26,31). Sum of RGB (Red+Green+Blue) = 207+26+31=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A1F is #30E5E0. Grayscale: #505050. Windows color (decimal): -3204577 or 2038479. OLE color: 2038479.
HSL color Cylindrical-coordinate representation of color #CF1A1F: hue angle of 358.34º degrees, saturation: 0.78, 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 #CF1A1F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 31 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.19 |
| HSL | 358.34º | 0.78% | 0.46% | - |
| HSV(B) | 358.34º | 0.87% | 0.81% | - |
| XYZ | 26.35 | 14.1 | 2.63 | - |
| YUV | 80.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 31 | 0 | 0.87 | 0.85 | 0.19 | 358.34 | 0.78 | 0.46 |
| Hex | CF | 1A | 1F | 0 | 57 | 55 | 13 | 166 | 4E | 2E |
| Octal | 317 | 32 | 37 | 0 | 127 | 125 | 23 | 546 | 116 | 56 |
| Binary | 11001111 | 11010 | 11111 | 0 | 1010111 | 1010101 | 10011 | 101100110 | 1001110 | 101110 |
Color Harmonies of #CF1A1F
Complementary color
Monochromatic Colors of #CF1A1F
Black with #CF1A1F
Text Example
Text Example
White with #CF1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A1F; }
p { color: rgb(207,26,31); }
H1.HeaderClassName
{
color: #CF1A1F;
}
.AnyTagClassName
{
color: #CF1A1F;
}
</style>
background-color css
<style>
a { background-color: #CF1A1F; }
a { background-color: rgb(207,26,31); }
div.DivClassName
{
background-color: #CF1A1F;
}
.BgClassName
{
background-color: #CF1A1F;
}
</style>
border-color css
<style>
span { border-color: #CF1A1F; }
span { border-color: rgb(207,26,31); }
td.TdClassName
{
border-color: #CF1A1F;
}
.TagClassName
{
border-color: #CF1A1F;
}
</style>