Html Css Color HEX #F0081A Torch Red

📋 copy color: '#F0081A'

red 240 ◦ green 8 ◦ blue 26

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

Shades of Torch Red #F0081A

Tints of Torch Red #F0081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 87.59%
G = 2.92%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0081A (or 0xF0081A) is known color: Torch Red. HEX triplet: F0, 08 and 1A. RGB value is (240,8,26). Sum of RGB (Red+Green+Blue) = 240+8+26=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0081A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0081A is #0FF7E5. Grayscale: #4F4F4F. Windows color (decimal): -1046502 or 1706224. OLE color: 1706224.

HSL color Cylindrical-coordinate representation of color #F0081A: hue angle of 355.34º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0081A is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 26 -
CMYK 0 0.97 0.89 0.06
HSL 355.34º 0.94% 0.49% -
HSV(B) 355.34º 0.97% 0.94% -
XYZ 36.21 18.77 2.69 -
YUV 79.42 97.86 242.54 -
System Red Green Blue C M Y K H S L
Decimal 240 8 26 0 0.97 0.89 0.06 355.34 0.94 0.49
Hex F0 8 1A 0 61 59 6 163 5E 31
Octal 360 10 32 0 141 131 6 543 136 61
Binary 11110000 1000 11010 0 1100001 1011001 110 101100011 1011110 110001

Color Harmonies of #F0081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0081A

Black with #F0081A

Text Example


Text Example

White with #F0081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0081A; }

 p { color: rgb(240,8,26); }

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

background-color css

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

 a { background-color: rgb(240,8,26); }

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

border-color css

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

 span { border-color: rgb(240,8,26); }

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