Html Css Color HEX #F0113B Torch Red

📋 copy color: '#F0113B'

red 240 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #F0113B

Tints of Torch Red #F0113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 75.95%
G = 5.38%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0113B (or 0xF0113B) is known color: Torch Red. HEX triplet: F0, 11 and 3B. RGB value is (240,17,59). Sum of RGB (Red+Green+Blue) = 240+17+59=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0113B is #0FEEC4. Grayscale: #585858. Windows color (decimal): -1044165 or 3871216. OLE color: 3871216.

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

Color convert

RGB 240 17 59 -
CMYK 0 0.93 0.75 0.06
HSL 348.7º 0.88% 0.5% -
HSV(B) 348.7º 0.93% 0.94% -
XYZ 36.93 19.24 5.91 -
YUV 88.47 111.38 236.08 -
System Red Green Blue C M Y K H S L
Decimal 240 17 59 0 0.93 0.75 0.06 348.7 0.88 0.5
Hex F0 11 3B 0 5D 4B 6 15D 58 32
Octal 360 21 73 0 135 113 6 535 130 62
Binary 11110000 10001 111011 0 1011101 1001011 110 101011101 1011000 110010

Color Harmonies of #F0113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0113B

Black with #F0113B

Text Example


Text Example

White with #F0113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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