Shades of Fire Engine Red #CF181A
Tints of Fire Engine Red #CF181A
RGB
CMYK
RGB Variations
Color information
#CF181A (or 0xCF181A) is known color: Fire Engine Red. HEX triplet: CF, 18 and 1A. RGB value is (207,24,26). Sum of RGB (Red+Green+Blue) = 207+24+26=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF181A is #30E7E5. Grayscale: #4F4F4F. Windows color (decimal): -3205094 or 1710287. OLE color: 1710287.
HSL color Cylindrical-coordinate representation of color #CF181A: hue angle of 359.34º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF181A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 26 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.19 |
| HSL | 359.34º | 0.79% | 0.45% | - |
| HSV(B) | 359.34º | 0.88% | 0.81% | - |
| XYZ | 26.25 | 13.99 | 2.29 | - |
| YUV | 78.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 26 | 0 | 0.88 | 0.87 | 0.19 | 359.34 | 0.79 | 0.45 |
| Hex | CF | 18 | 1A | 0 | 58 | 57 | 13 | 167 | 4F | 2D |
| Octal | 317 | 30 | 32 | 0 | 130 | 127 | 23 | 547 | 117 | 55 |
| Binary | 11001111 | 11000 | 11010 | 0 | 1011000 | 1010111 | 10011 | 101100111 | 1001111 | 101101 |
Color Harmonies of #CF181A
Complementary color
Monochromatic Colors of #CF181A
Black with #CF181A
Text Example
Text Example
White with #CF181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF181A; }
p { color: rgb(207,24,26); }
H1.HeaderClassName
{
color: #CF181A;
}
.AnyTagClassName
{
color: #CF181A;
}
</style>
background-color css
<style>
a { background-color: #CF181A; }
a { background-color: rgb(207,24,26); }
div.DivClassName
{
background-color: #CF181A;
}
.BgClassName
{
background-color: #CF181A;
}
</style>
border-color css
<style>
span { border-color: #CF181A; }
span { border-color: rgb(207,24,26); }
td.TdClassName
{
border-color: #CF181A;
}
.TagClassName
{
border-color: #CF181A;
}
</style>