Html Css Color HEX #F00E1E Torch Red

📋 copy color: '#F00E1E'

red 240 ◦ green 14 ◦ blue 30

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

Shades of Torch Red #F00E1E

Tints of Torch Red #F00E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

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

R = 84.51%
G = 4.93%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F00E1E (or 0xF00E1E) is known color: Torch Red. HEX triplet: F0, 0E and 1E. RGB value is (240,14,30). Sum of RGB (Red+Green+Blue) = 240+14+30=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E1E is #0FF1E1. Grayscale: #535353. Windows color (decimal): -1044962 or 1969904. OLE color: 1969904.

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

Color convert

RGB 240 14 30 -
CMYK 0 0.94 0.87 0.06
HSL 355.75º 0.89% 0.5% -
HSV(B) 355.75º 0.94% 0.94% -
XYZ 36.33 18.93 2.97 -
YUV 83.4 97.87 239.7 -
System Red Green Blue C M Y K H S L
Decimal 240 14 30 0 0.94 0.87 0.06 355.75 0.89 0.5
Hex F0 E 1E 0 5E 57 6 164 59 32
Octal 360 16 36 0 136 127 6 544 131 62
Binary 11110000 1110 11110 0 1011110 1010111 110 101100100 1011001 110010

Color Harmonies of #F00E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E1E

Black with #F00E1E

Text Example


Text Example

White with #F00E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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