Shades of Fire Engine Red #CF1A29
Tints of Fire Engine Red #CF1A29
RGB
CMYK
RGB Variations
Color information
#CF1A29 (or 0xCF1A29) is known color: Fire Engine Red. HEX triplet: CF, 1A and 29. RGB value is (207,26,41). Sum of RGB (Red+Green+Blue) = 207+26+41=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A29 is #30E5D6. Grayscale: #515151. Windows color (decimal): -3204567 or 2693839. OLE color: 2693839.
HSL color Cylindrical-coordinate representation of color #CF1A29: hue angle of 355.03º 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 #CF1A29 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 41 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.19 |
| HSL | 355.03º | 0.78% | 0.46% | - |
| HSV(B) | 355.03º | 0.87% | 0.81% | - |
| XYZ | 26.5 | 14.16 | 3.44 | - |
| YUV | 81.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 41 | 0 | 0.87 | 0.80 | 0.19 | 355.03 | 0.78 | 0.46 |
| Hex | CF | 1A | 29 | 0 | 57 | 50 | 13 | 163 | 4E | 2E |
| Octal | 317 | 32 | 51 | 0 | 127 | 120 | 23 | 543 | 116 | 56 |
| Binary | 11001111 | 11010 | 101001 | 0 | 1010111 | 1010000 | 10011 | 101100011 | 1001110 | 101110 |
Color Harmonies of #CF1A29
Complementary color
Monochromatic Colors of #CF1A29
Black with #CF1A29
Text Example
Text Example
White with #CF1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A29; }
p { color: rgb(207,26,41); }
H1.HeaderClassName
{
color: #CF1A29;
}
.AnyTagClassName
{
color: #CF1A29;
}
</style>
background-color css
<style>
a { background-color: #CF1A29; }
a { background-color: rgb(207,26,41); }
div.DivClassName
{
background-color: #CF1A29;
}
.BgClassName
{
background-color: #CF1A29;
}
</style>
border-color css
<style>
span { border-color: #CF1A29; }
span { border-color: rgb(207,26,41); }
td.TdClassName
{
border-color: #CF1A29;
}
.TagClassName
{
border-color: #CF1A29;
}
</style>