Shades of Fire Engine Red #CF1E2C
Tints of Fire Engine Red #CF1E2C
RGB
CMYK
RGB Variations
Color information
#CF1E2C (or 0xCF1E2C) is known color: Fire Engine Red. HEX triplet: CF, 1E and 2C. RGB value is (207,30,44). Sum of RGB (Red+Green+Blue) = 207+30+44=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2C is #30E1D3. Grayscale: #545454. Windows color (decimal): -3203540 or 2891471. OLE color: 2891471.
HSL color Cylindrical-coordinate representation of color #CF1E2C: hue angle of 355.25º degrees, saturation: 0.75, 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 #CF1E2C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 44 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.19 |
| HSL | 355.25º | 0.75% | 0.46% | - |
| HSV(B) | 355.25º | 0.86% | 0.81% | - |
| XYZ | 26.65 | 14.38 | 3.75 | - |
| YUV | 84.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 44 | 0 | 0.86 | 0.79 | 0.19 | 355.25 | 0.75 | 0.46 |
| Hex | CF | 1E | 2C | 0 | 56 | 4F | 13 | 163 | 4B | 2E |
| Octal | 317 | 36 | 54 | 0 | 126 | 117 | 23 | 543 | 113 | 56 |
| Binary | 11001111 | 11110 | 101100 | 0 | 1010110 | 1001111 | 10011 | 101100011 | 1001011 | 101110 |
Color Harmonies of #CF1E2C
Complementary color
Monochromatic Colors of #CF1E2C
Black with #CF1E2C
Text Example
Text Example
White with #CF1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E2C; }
p { color: rgb(207,30,44); }
H1.HeaderClassName
{
color: #CF1E2C;
}
.AnyTagClassName
{
color: #CF1E2C;
}
</style>
background-color css
<style>
a { background-color: #CF1E2C; }
a { background-color: rgb(207,30,44); }
div.DivClassName
{
background-color: #CF1E2C;
}
.BgClassName
{
background-color: #CF1E2C;
}
</style>
border-color css
<style>
span { border-color: #CF1E2C; }
span { border-color: rgb(207,30,44); }
td.TdClassName
{
border-color: #CF1E2C;
}
.TagClassName
{
border-color: #CF1E2C;
}
</style>