Shades of Fire Engine Red #CF141A
Tints of Fire Engine Red #CF141A
RGB
CMYK
RGB Variations
Color information
#CF141A (or 0xCF141A) is known color: Fire Engine Red. HEX triplet: CF, 14 and 1A. RGB value is (207,20,26). Sum of RGB (Red+Green+Blue) = 207+20+26=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF141A is #30EBE5. Grayscale: #4C4C4C. Windows color (decimal): -3206118 or 1709263. OLE color: 1709263.
HSL color Cylindrical-coordinate representation of color #CF141A: hue angle of 358.07º 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 #CF141A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 26 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.19 |
| HSL | 358.07º | 0.82% | 0.45% | - |
| HSV(B) | 358.07º | 0.9% | 0.81% | - |
| XYZ | 26.17 | 13.84 | 2.27 | - |
| YUV | 76.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 26 | 0 | 0.90 | 0.87 | 0.19 | 358.07 | 0.82 | 0.45 |
| Hex | CF | 14 | 1A | 0 | 5A | 57 | 13 | 166 | 52 | 2D |
| Octal | 317 | 24 | 32 | 0 | 132 | 127 | 23 | 546 | 122 | 55 |
| Binary | 11001111 | 10100 | 11010 | 0 | 1011010 | 1010111 | 10011 | 101100110 | 1010010 | 101101 |
Color Harmonies of #CF141A
Complementary color
Monochromatic Colors of #CF141A
Black with #CF141A
Text Example
Text Example
White with #CF141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF141A; }
p { color: rgb(207,20,26); }
H1.HeaderClassName
{
color: #CF141A;
}
.AnyTagClassName
{
color: #CF141A;
}
</style>
background-color css
<style>
a { background-color: #CF141A; }
a { background-color: rgb(207,20,26); }
div.DivClassName
{
background-color: #CF141A;
}
.BgClassName
{
background-color: #CF141A;
}
</style>
border-color css
<style>
span { border-color: #CF141A; }
span { border-color: rgb(207,20,26); }
td.TdClassName
{
border-color: #CF141A;
}
.TagClassName
{
border-color: #CF141A;
}
</style>