Shades of Fire Engine Red #CF1A2F
Tints of Fire Engine Red #CF1A2F
RGB
CMYK
RGB Variations
Color information
#CF1A2F (or 0xCF1A2F) is known color: Fire Engine Red. HEX triplet: CF, 1A and 2F. RGB value is (207,26,47). Sum of RGB (Red+Green+Blue) = 207+26+47=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A2F is #30E5D0. Grayscale: #525252. Windows color (decimal): -3204561 or 3087055. OLE color: 3087055.
HSL color Cylindrical-coordinate representation of color #CF1A2F: hue angle of 353.04º 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 #CF1A2F is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 47 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.19 |
| HSL | 353.04º | 0.78% | 0.46% | - |
| HSV(B) | 353.04º | 0.87% | 0.81% | - |
| XYZ | 26.61 | 14.21 | 4.03 | - |
| YUV | 82.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 47 | 0 | 0.87 | 0.77 | 0.19 | 353.04 | 0.78 | 0.46 |
| Hex | CF | 1A | 2F | 0 | 57 | 4D | 13 | 161 | 4E | 2E |
| Octal | 317 | 32 | 57 | 0 | 127 | 115 | 23 | 541 | 116 | 56 |
| Binary | 11001111 | 11010 | 101111 | 0 | 1010111 | 1001101 | 10011 | 101100001 | 1001110 | 101110 |
Color Harmonies of #CF1A2F
Complementary color
Monochromatic Colors of #CF1A2F
Black with #CF1A2F
Text Example
Text Example
White with #CF1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A2F; }
p { color: rgb(207,26,47); }
H1.HeaderClassName
{
color: #CF1A2F;
}
.AnyTagClassName
{
color: #CF1A2F;
}
</style>
background-color css
<style>
a { background-color: #CF1A2F; }
a { background-color: rgb(207,26,47); }
div.DivClassName
{
background-color: #CF1A2F;
}
.BgClassName
{
background-color: #CF1A2F;
}
</style>
border-color css
<style>
span { border-color: #CF1A2F; }
span { border-color: rgb(207,26,47); }
td.TdClassName
{
border-color: #CF1A2F;
}
.TagClassName
{
border-color: #CF1A2F;
}
</style>