Shades of Fire Engine Red #CF182F
Tints of Fire Engine Red #CF182F
RGB
CMYK
RGB Variations
Color information
#CF182F (or 0xCF182F) is known color: Fire Engine Red. HEX triplet: CF, 18 and 2F. RGB value is (207,24,47). Sum of RGB (Red+Green+Blue) = 207+24+47=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF182F is #30E7D0. Grayscale: #515151. Windows color (decimal): -3205073 or 3086543. OLE color: 3086543.
HSL color Cylindrical-coordinate representation of color #CF182F: hue angle of 352.46º 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 #CF182F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.19 |
| HSL | 352.46º | 0.79% | 0.45% | - |
| HSV(B) | 352.46º | 0.88% | 0.81% | - |
| XYZ | 26.57 | 14.12 | 4.02 | - |
| YUV | 81.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 47 | 0 | 0.88 | 0.77 | 0.19 | 352.46 | 0.79 | 0.45 |
| Hex | CF | 18 | 2F | 0 | 58 | 4D | 13 | 160 | 4F | 2D |
| Octal | 317 | 30 | 57 | 0 | 130 | 115 | 23 | 540 | 117 | 55 |
| Binary | 11001111 | 11000 | 101111 | 0 | 1011000 | 1001101 | 10011 | 101100000 | 1001111 | 101101 |
Color Harmonies of #CF182F
Complementary color
Monochromatic Colors of #CF182F
Black with #CF182F
Text Example
Text Example
White with #CF182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF182F; }
p { color: rgb(207,24,47); }
H1.HeaderClassName
{
color: #CF182F;
}
.AnyTagClassName
{
color: #CF182F;
}
</style>
background-color css
<style>
a { background-color: #CF182F; }
a { background-color: rgb(207,24,47); }
div.DivClassName
{
background-color: #CF182F;
}
.BgClassName
{
background-color: #CF182F;
}
</style>
border-color css
<style>
span { border-color: #CF182F; }
span { border-color: rgb(207,24,47); }
td.TdClassName
{
border-color: #CF182F;
}
.TagClassName
{
border-color: #CF182F;
}
</style>