Html Css Color HEX #F0081F Torch Red

📋 copy color: '#F0081F'

red 240 ◦ green 8 ◦ blue 31

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

Shades of Torch Red #F0081F

Tints of Torch Red #F0081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 86.02%
G = 2.87%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0081F (or 0xF0081F) is known color: Torch Red. HEX triplet: F0, 08 and 1F. RGB value is (240,8,31). Sum of RGB (Red+Green+Blue) = 240+8+31=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F0081F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0081F is #0FF7E0. Grayscale: #505050. Windows color (decimal): -1046497 or 2033904. OLE color: 2033904.

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

Color convert

RGB 240 8 31 -
CMYK 0 0.97 0.87 0.06
HSL 354.05º 0.94% 0.49% -
HSV(B) 354.05º 0.97% 0.94% -
XYZ 36.27 18.8 3.01 -
YUV 79.99 100.36 242.13 -
System Red Green Blue C M Y K H S L
Decimal 240 8 31 0 0.97 0.87 0.06 354.05 0.94 0.49
Hex F0 8 1F 0 61 57 6 162 5E 31
Octal 360 10 37 0 141 127 6 542 136 61
Binary 11110000 1000 11111 0 1100001 1010111 110 101100010 1011110 110001

Color Harmonies of #F0081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0081F

Black with #F0081F

Text Example


Text Example

White with #F0081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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