Shades of Fire Engine Red #CF1A1D
Tints of Fire Engine Red #CF1A1D
RGB
CMYK
RGB Variations
Color information
#CF1A1D (or 0xCF1A1D) is known color: Fire Engine Red. HEX triplet: CF, 1A and 1D. RGB value is (207,26,29). Sum of RGB (Red+Green+Blue) = 207+26+29=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A1D is #30E5E2. Grayscale: #505050. Windows color (decimal): -3204579 or 1907407. OLE color: 1907407.
HSL color Cylindrical-coordinate representation of color #CF1A1D: hue angle of 359.01º 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 #CF1A1D is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 29 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.19 |
| HSL | 359.01º | 0.78% | 0.46% | - |
| HSV(B) | 359.01º | 0.87% | 0.81% | - |
| XYZ | 26.32 | 14.09 | 2.5 | - |
| YUV | 80.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 29 | 0 | 0.87 | 0.86 | 0.19 | 359.01 | 0.78 | 0.46 |
| Hex | CF | 1A | 1D | 0 | 57 | 56 | 13 | 167 | 4E | 2E |
| Octal | 317 | 32 | 35 | 0 | 127 | 126 | 23 | 547 | 116 | 56 |
| Binary | 11001111 | 11010 | 11101 | 0 | 1010111 | 1010110 | 10011 | 101100111 | 1001110 | 101110 |
Color Harmonies of #CF1A1D
Complementary color
Monochromatic Colors of #CF1A1D
Black with #CF1A1D
Text Example
Text Example
White with #CF1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A1D; }
p { color: rgb(207,26,29); }
H1.HeaderClassName
{
color: #CF1A1D;
}
.AnyTagClassName
{
color: #CF1A1D;
}
</style>
background-color css
<style>
a { background-color: #CF1A1D; }
a { background-color: rgb(207,26,29); }
div.DivClassName
{
background-color: #CF1A1D;
}
.BgClassName
{
background-color: #CF1A1D;
}
</style>
border-color css
<style>
span { border-color: #CF1A1D; }
span { border-color: rgb(207,26,29); }
td.TdClassName
{
border-color: #CF1A1D;
}
.TagClassName
{
border-color: #CF1A1D;
}
</style>