Html Css Color HEX #F00F3E Torch Red

📋 copy color: '#F00F3E'

red 240 ◦ green 15 ◦ blue 62

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

Shades of Torch Red #F00F3E

Tints of Torch Red #F00F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 75.71%
G = 4.73%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F00F3E (or 0xF00F3E) is known color: Torch Red. HEX triplet: F0, 0F and 3E. RGB value is (240,15,62). Sum of RGB (Red+Green+Blue) = 240+15+62=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00F3E is #0FF0C1. Grayscale: #575757. Windows color (decimal): -1044674 or 4067312. OLE color: 4067312.

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

Color convert

RGB 240 15 62 -
CMYK 0 0.94 0.74 0.06
HSL 347.47º 0.88% 0.5% -
HSV(B) 347.47º 0.94% 0.94% -
XYZ 36.98 19.21 6.32 -
YUV 87.63 113.54 236.68 -
System Red Green Blue C M Y K H S L
Decimal 240 15 62 0 0.94 0.74 0.06 347.47 0.88 0.5
Hex F0 F 3E 0 5E 4A 6 15B 58 32
Octal 360 17 76 0 136 112 6 533 130 62
Binary 11110000 1111 111110 0 1011110 1001010 110 101011011 1011000 110010

Color Harmonies of #F00F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F3E

Black with #F00F3E

Text Example


Text Example

White with #F00F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F3E; }

 p { color: rgb(240,15,62); }

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

background-color css

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

 a { background-color: rgb(240,15,62); }

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

border-color css

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

 span { border-color: rgb(240,15,62); }

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