Html Css Color HEX #F01136 Torch Red

📋 copy color: '#F01136'

red 240 ◦ green 17 ◦ blue 54

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

Shades of Torch Red #F01136

Tints of Torch Red #F01136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 77.17%
G = 5.47%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F01136 (or 0xF01136) is known color: Torch Red. HEX triplet: F0, 11 and 36. RGB value is (240,17,54). Sum of RGB (Red+Green+Blue) = 240+17+54=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F01136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01136 is #0FEEC9. Grayscale: #575757. Windows color (decimal): -1044170 or 3543536. OLE color: 3543536.

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

Color convert

RGB 240 17 54 -
CMYK 0 0.93 0.78 0.06
HSL 350.04º 0.88% 0.5% -
HSV(B) 350.04º 0.93% 0.94% -
XYZ 36.8 19.19 5.25 -
YUV 87.9 108.88 236.49 -
System Red Green Blue C M Y K H S L
Decimal 240 17 54 0 0.93 0.78 0.06 350.04 0.88 0.5
Hex F0 11 36 0 5D 4E 6 15E 58 32
Octal 360 21 66 0 135 116 6 536 130 62
Binary 11110000 10001 110110 0 1011101 1001110 110 101011110 1011000 110010

Color Harmonies of #F01136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01136

Black with #F01136

Text Example


Text Example

White with #F01136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01136; }

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

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

background-color css

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

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

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

border-color css

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

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

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