Shades of Fire Engine Red #CF182A
Tints of Fire Engine Red #CF182A
RGB
CMYK
RGB Variations
Color information
#CF182A (or 0xCF182A) is known color: Fire Engine Red. HEX triplet: CF, 18 and 2A. RGB value is (207,24,42). Sum of RGB (Red+Green+Blue) = 207+24+42=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF182A is #30E7D5. Grayscale: #505050. Windows color (decimal): -3205078 or 2758863. OLE color: 2758863.
HSL color Cylindrical-coordinate representation of color #CF182A: hue angle of 354.1º 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 #CF182A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 42 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.19 |
| HSL | 354.1º | 0.79% | 0.45% | - |
| HSV(B) | 354.1º | 0.88% | 0.81% | - |
| XYZ | 26.48 | 14.09 | 3.51 | - |
| YUV | 80.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 42 | 0 | 0.88 | 0.80 | 0.19 | 354.1 | 0.79 | 0.45 |
| Hex | CF | 18 | 2A | 0 | 58 | 50 | 13 | 162 | 4F | 2D |
| Octal | 317 | 30 | 52 | 0 | 130 | 120 | 23 | 542 | 117 | 55 |
| Binary | 11001111 | 11000 | 101010 | 0 | 1011000 | 1010000 | 10011 | 101100010 | 1001111 | 101101 |
Color Harmonies of #CF182A
Complementary color
Monochromatic Colors of #CF182A
Black with #CF182A
Text Example
Text Example
White with #CF182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF182A; }
p { color: rgb(207,24,42); }
H1.HeaderClassName
{
color: #CF182A;
}
.AnyTagClassName
{
color: #CF182A;
}
</style>
background-color css
<style>
a { background-color: #CF182A; }
a { background-color: rgb(207,24,42); }
div.DivClassName
{
background-color: #CF182A;
}
.BgClassName
{
background-color: #CF182A;
}
</style>
border-color css
<style>
span { border-color: #CF182A; }
span { border-color: rgb(207,24,42); }
td.TdClassName
{
border-color: #CF182A;
}
.TagClassName
{
border-color: #CF182A;
}
</style>