Html Css Color HEX #F00120 Torch Red

📋 copy color: '#F00120'

red 240 ◦ green 1 ◦ blue 32

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

Shades of Torch Red #F00120

Tints of Torch Red #F00120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 87.91%
G = 0.37%
B = 11.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F00120 (or 0xF00120) is known color: Torch Red. HEX triplet: F0, 01 and 20. RGB value is (240,1,32). Sum of RGB (Red+Green+Blue) = 240+1+32=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F00120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00120 is #0FFEDF. Grayscale: #4C4C4C. Windows color (decimal): -1048288 or 2097648. OLE color: 2097648.

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

Color convert

RGB 240 1 32 -
CMYK 0 1.00 0.87 0.06
HSL 352.22º 0.99% 0.47% -
HSV(B) 352.22º 1% 0.94% -
XYZ 36.21 18.65 3.06 -
YUV 76 103.18 244.98 -
System Red Green Blue C M Y K H S L
Decimal 240 1 32 0 1.00 0.87 0.06 352.22 0.99 0.47
Hex F0 1 20 0 64 57 6 160 63 2F
Octal 360 1 40 0 144 127 6 540 143 57
Binary 11110000 1 100000 0 1100100 1010111 110 101100000 1100011 101111

Color Harmonies of #F00120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00120

Black with #F00120

Text Example


Text Example

White with #F00120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00120; }

 p { color: rgb(240,1,32); }

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

background-color css

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

 a { background-color: rgb(240,1,32); }

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

border-color css

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

 span { border-color: rgb(240,1,32); }

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