Html Css Color HEX #F0112A Torch Red

📋 copy color: '#F0112A'

red 240 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #F0112A

Tints of Torch Red #F0112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 80.27%
G = 5.69%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0112A (or 0xF0112A) is known color: Torch Red. HEX triplet: F0, 11 and 2A. RGB value is (240,17,42). Sum of RGB (Red+Green+Blue) = 240+17+42=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0112A is #0FEED5. Grayscale: #565656. Windows color (decimal): -1044182 or 2757104. OLE color: 2757104.

HSL color Cylindrical-coordinate representation of color #F0112A: hue angle of 353.27º 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 #F0112A is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 42 -
CMYK 0 0.93 0.82 0.06
HSL 353.27º 0.88% 0.5% -
HSV(B) 353.27º 0.93% 0.94% -
XYZ 36.55 19.09 3.95 -
YUV 86.53 102.88 237.47 -
System Red Green Blue C M Y K H S L
Decimal 240 17 42 0 0.93 0.82 0.06 353.27 0.88 0.5
Hex F0 11 2A 0 5D 52 6 161 58 32
Octal 360 21 52 0 135 122 6 541 130 62
Binary 11110000 10001 101010 0 1011101 1010010 110 101100001 1011000 110010

Color Harmonies of #F0112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0112A

Black with #F0112A

Text Example


Text Example

White with #F0112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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