Html Css Color HEX #F0071E Torch Red

📋 copy color: '#F0071E'

red 240 ◦ green 7 ◦ blue 30

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

Shades of Torch Red #F0071E

Tints of Torch Red #F0071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 86.64%
G = 2.53%
B = 10.83%

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

#F0071E (or 0xF0071E) is known color: Torch Red. HEX triplet: F0, 07 and 1E. RGB value is (240,7,30). Sum of RGB (Red+Green+Blue) = 240+7+30=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F0071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0071E is #0FF8E1. Grayscale: #4F4F4F. Windows color (decimal): -1046754 or 1968112. OLE color: 1968112.

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

Color convert

RGB 240 7 30 -
CMYK 0 0.97 0.87 0.06
HSL 354.08º 0.94% 0.48% -
HSV(B) 354.08º 0.97% 0.94% -
XYZ 36.25 18.77 2.94 -
YUV 79.29 100.19 242.63 -
System Red Green Blue C M Y K H S L
Decimal 240 7 30 0 0.97 0.87 0.06 354.08 0.94 0.48
Hex F0 7 1E 0 61 57 6 162 5E 30
Octal 360 7 36 0 141 127 6 542 136 60
Binary 11110000 111 11110 0 1100001 1010111 110 101100010 1011110 110000

Color Harmonies of #F0071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0071E

Black with #F0071E

Text Example


Text Example

White with #F0071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0071E; }

 p { color: rgb(240,7,30); }

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

background-color css

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

 a { background-color: rgb(240,7,30); }

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

border-color css

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

 span { border-color: rgb(240,7,30); }

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