Html Css Color HEX #F0081B Torch Red

📋 copy color: '#F0081B'

red 240 ◦ green 8 ◦ blue 27

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

Shades of Torch Red #F0081B

Tints of Torch Red #F0081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 87.27%
G = 2.91%
B = 9.82%

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

#F0081B (or 0xF0081B) is known color: Torch Red. HEX triplet: F0, 08 and 1B. RGB value is (240,8,27). Sum of RGB (Red+Green+Blue) = 240+8+27=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0081B is #0FF7E4. Grayscale: #4F4F4F. Windows color (decimal): -1046501 or 1771760. OLE color: 1771760.

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

Color convert

RGB 240 8 27 -
CMYK 0 0.97 0.89 0.06
HSL 355.09º 0.94% 0.49% -
HSV(B) 355.09º 0.97% 0.94% -
XYZ 36.22 18.78 2.75 -
YUV 79.53 98.36 242.46 -
System Red Green Blue C M Y K H S L
Decimal 240 8 27 0 0.97 0.89 0.06 355.09 0.94 0.49
Hex F0 8 1B 0 61 59 6 163 5E 31
Octal 360 10 33 0 141 131 6 543 136 61
Binary 11110000 1000 11011 0 1100001 1011001 110 101100011 1011110 110001

Color Harmonies of #F0081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0081B

Black with #F0081B

Text Example


Text Example

White with #F0081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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