Shades of Fire Engine Red #CF141C
Tints of Fire Engine Red #CF141C
RGB
CMYK
RGB Variations
Color information
#CF141C (or 0xCF141C) is known color: Fire Engine Red. HEX triplet: CF, 14 and 1C. RGB value is (207,20,28). Sum of RGB (Red+Green+Blue) = 207+20+28=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF141C is #30EBE3. Grayscale: #4C4C4C. Windows color (decimal): -3206116 or 1840335. OLE color: 1840335.
HSL color Cylindrical-coordinate representation of color #CF141C: hue angle of 357.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF141C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.19 |
| HSL | 357.43º | 0.82% | 0.45% | - |
| HSV(B) | 357.43º | 0.9% | 0.81% | - |
| XYZ | 26.19 | 13.85 | 2.39 | - |
| YUV | 76.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 28 | 0 | 0.90 | 0.86 | 0.19 | 357.43 | 0.82 | 0.45 |
| Hex | CF | 14 | 1C | 0 | 5A | 56 | 13 | 165 | 52 | 2D |
| Octal | 317 | 24 | 34 | 0 | 132 | 126 | 23 | 545 | 122 | 55 |
| Binary | 11001111 | 10100 | 11100 | 0 | 1011010 | 1010110 | 10011 | 101100101 | 1010010 | 101101 |
Color Harmonies of #CF141C
Complementary color
Monochromatic Colors of #CF141C
Black with #CF141C
Text Example
Text Example
White with #CF141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF141C; }
p { color: rgb(207,20,28); }
H1.HeaderClassName
{
color: #CF141C;
}
.AnyTagClassName
{
color: #CF141C;
}
</style>
background-color css
<style>
a { background-color: #CF141C; }
a { background-color: rgb(207,20,28); }
div.DivClassName
{
background-color: #CF141C;
}
.BgClassName
{
background-color: #CF141C;
}
</style>
border-color css
<style>
span { border-color: #CF141C; }
span { border-color: rgb(207,20,28); }
td.TdClassName
{
border-color: #CF141C;
}
.TagClassName
{
border-color: #CF141C;
}
</style>