Html Css Color HEX #F0112E Torch Red

📋 copy color: '#F0112E'

red 240 ◦ green 17 ◦ blue 46

#F0112E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F0112E

Tints of Torch Red #F0112E

RGB

 RED value IS 240 (94.14% from 255) = 79.21%

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 79.21%
G = 5.61%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0112E (or 0xF0112E) is known color: Torch Red. HEX triplet: F0, 11 and 2E. RGB value is (240,17,46). Sum of RGB (Red+Green+Blue) = 240+17+46=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0112E is #0FEED1. Grayscale: #575757. Windows color (decimal): -1044178 or 3019248. OLE color: 3019248.

HSL color Cylindrical-coordinate representation of color #F0112E: hue angle of 352.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0112E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 46 -
CMYK 0 0.93 0.81 0.06
HSL 352.2º 0.88% 0.5% -
HSV(B) 352.2º 0.93% 0.94% -
XYZ 36.63 19.12 4.35 -
YUV 86.98 104.88 237.14 -
System Red Green Blue C M Y K H S L
Decimal 240 17 46 0 0.93 0.81 0.06 352.2 0.88 0.5
Hex F0 11 2E 0 5D 51 6 160 58 32
Octal 360 21 56 0 135 121 6 540 130 62
Binary 11110000 10001 101110 0 1011101 1010001 110 101100000 1011000 110010

Color Harmonies of #F0112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0112E

Black with #F0112E

Text Example


Text Example

White with #F0112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0112E; }

 p { color: rgb(240,17,46); }

 H1.HeaderClassName
 {
   color: #F0112E;
 }
 .AnyTagClassName
 {
   color: #F0112E;
 }
</style>

background-color css

<style>
 a { background-color: #F0112E; }

 a { background-color: rgb(240,17,46); }

 div.DivClassName
 {
   background-color: #F0112E;
 }
 .BgClassName
 {
   background-color: #F0112E;
 }
</style>

border-color css

<style>
 span { border-color: #F0112E; }

 span { border-color: rgb(240,17,46); }

 td.TdClassName
 {
   border-color: #F0112E;
 }
 .TagClassName
 {
   border-color: #F0112E;
 }
</style>