Shades of Fire Engine Red #CF1C2A
Tints of Fire Engine Red #CF1C2A
RGB
CMYK
RGB Variations
Color information
#CF1C2A (or 0xCF1C2A) is known color: Fire Engine Red. HEX triplet: CF, 1C and 2A. RGB value is (207,28,42). Sum of RGB (Red+Green+Blue) = 207+28+42=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C2A is #30E3D5. Grayscale: #535353. Windows color (decimal): -3204054 or 2759887. OLE color: 2759887.
HSL color Cylindrical-coordinate representation of color #CF1C2A: hue angle of 355.31º 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 #CF1C2A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 42 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.19 |
| HSL | 355.31º | 0.76% | 0.46% | - |
| HSV(B) | 355.31º | 0.86% | 0.81% | - |
| XYZ | 26.57 | 14.26 | 3.54 | - |
| YUV | 83.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 42 | 0 | 0.86 | 0.80 | 0.19 | 355.31 | 0.76 | 0.46 |
| Hex | CF | 1C | 2A | 0 | 56 | 50 | 13 | 163 | 4C | 2E |
| Octal | 317 | 34 | 52 | 0 | 126 | 120 | 23 | 543 | 114 | 56 |
| Binary | 11001111 | 11100 | 101010 | 0 | 1010110 | 1010000 | 10011 | 101100011 | 1001100 | 101110 |
Color Harmonies of #CF1C2A
Complementary color
Monochromatic Colors of #CF1C2A
Black with #CF1C2A
Text Example
Text Example
White with #CF1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C2A; }
p { color: rgb(207,28,42); }
H1.HeaderClassName
{
color: #CF1C2A;
}
.AnyTagClassName
{
color: #CF1C2A;
}
</style>
background-color css
<style>
a { background-color: #CF1C2A; }
a { background-color: rgb(207,28,42); }
div.DivClassName
{
background-color: #CF1C2A;
}
.BgClassName
{
background-color: #CF1C2A;
}
</style>
border-color css
<style>
span { border-color: #CF1C2A; }
span { border-color: rgb(207,28,42); }
td.TdClassName
{
border-color: #CF1C2A;
}
.TagClassName
{
border-color: #CF1C2A;
}
</style>