Html Css Color HEX #F0113A Torch Red

📋 copy color: '#F0113A'

red 240 ◦ green 17 ◦ blue 58

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

Shades of Torch Red #F0113A

Tints of Torch Red #F0113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 76.19%
G = 5.4%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0113A (or 0xF0113A) is known color: Torch Red. HEX triplet: F0, 11 and 3A. RGB value is (240,17,58). Sum of RGB (Red+Green+Blue) = 240+17+58=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0113A is #0FEEC5. Grayscale: #585858. Windows color (decimal): -1044166 or 3805680. OLE color: 3805680.

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

Color convert

RGB 240 17 58 -
CMYK 0 0.93 0.76 0.06
HSL 348.97º 0.88% 0.5% -
HSV(B) 348.97º 0.93% 0.94% -
XYZ 36.9 19.23 5.77 -
YUV 88.35 110.88 236.17 -
System Red Green Blue C M Y K H S L
Decimal 240 17 58 0 0.93 0.76 0.06 348.97 0.88 0.5
Hex F0 11 3A 0 5D 4C 6 15D 58 32
Octal 360 21 72 0 135 114 6 535 130 62
Binary 11110000 10001 111010 0 1011101 1001100 110 101011101 1011000 110010

Color Harmonies of #F0113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0113A

Black with #F0113A

Text Example


Text Example

White with #F0113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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