Shades of Fire Engine Red #CF1C2C
Tints of Fire Engine Red #CF1C2C
RGB
CMYK
RGB Variations
Color information
#CF1C2C (or 0xCF1C2C) is known color: Fire Engine Red. HEX triplet: CF, 1C and 2C. RGB value is (207,28,44). Sum of RGB (Red+Green+Blue) = 207+28+44=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C2C is #30E3D3. Grayscale: #535353. Windows color (decimal): -3204052 or 2890959. OLE color: 2890959.
HSL color Cylindrical-coordinate representation of color #CF1C2C: hue angle of 354.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C2C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 44 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.19 |
| HSL | 354.64º | 0.76% | 0.46% | - |
| HSV(B) | 354.64º | 0.86% | 0.81% | - |
| XYZ | 26.6 | 14.28 | 3.74 | - |
| YUV | 83.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 44 | 0 | 0.86 | 0.79 | 0.19 | 354.64 | 0.76 | 0.46 |
| Hex | CF | 1C | 2C | 0 | 56 | 4F | 13 | 163 | 4C | 2E |
| Octal | 317 | 34 | 54 | 0 | 126 | 117 | 23 | 543 | 114 | 56 |
| Binary | 11001111 | 11100 | 101100 | 0 | 1010110 | 1001111 | 10011 | 101100011 | 1001100 | 101110 |
Color Harmonies of #CF1C2C
Complementary color
Monochromatic Colors of #CF1C2C
Black with #CF1C2C
Text Example
Text Example
White with #CF1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C2C; }
p { color: rgb(207,28,44); }
H1.HeaderClassName
{
color: #CF1C2C;
}
.AnyTagClassName
{
color: #CF1C2C;
}
</style>
background-color css
<style>
a { background-color: #CF1C2C; }
a { background-color: rgb(207,28,44); }
div.DivClassName
{
background-color: #CF1C2C;
}
.BgClassName
{
background-color: #CF1C2C;
}
</style>
border-color css
<style>
span { border-color: #CF1C2C; }
span { border-color: rgb(207,28,44); }
td.TdClassName
{
border-color: #CF1C2C;
}
.TagClassName
{
border-color: #CF1C2C;
}
</style>