Html Css Color HEX #F0071A Torch Red

📋 copy color: '#F0071A'

red 240 ◦ green 7 ◦ blue 26

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

Shades of Torch Red #F0071A

Tints of Torch Red #F0071A

RGB

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

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

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

R = 87.91%
G = 2.56%
B = 9.52%

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

#F0071A (or 0xF0071A) is known color: Torch Red. HEX triplet: F0, 07 and 1A. RGB value is (240,7,26). Sum of RGB (Red+Green+Blue) = 240+7+26=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0071A is #0FF8E5. Grayscale: #4E4E4E. Windows color (decimal): -1046758 or 1705968. OLE color: 1705968.

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

Color convert

RGB 240 7 26 -
CMYK 0 0.97 0.89 0.06
HSL 355.11º 0.94% 0.48% -
HSV(B) 355.11º 0.97% 0.94% -
XYZ 36.2 18.75 2.69 -
YUV 78.83 98.19 242.96 -
System Red Green Blue C M Y K H S L
Decimal 240 7 26 0 0.97 0.89 0.06 355.11 0.94 0.48
Hex F0 7 1A 0 61 59 6 163 5E 30
Octal 360 7 32 0 141 131 6 543 136 60
Binary 11110000 111 11010 0 1100001 1011001 110 101100011 1011110 110000

Color Harmonies of #F0071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0071A

Black with #F0071A

Text Example


Text Example

White with #F0071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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