Html Css Color HEX #F00E35 Torch Red

📋 copy color: '#F00E35'

red 240 ◦ green 14 ◦ blue 53

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

Shades of Torch Red #F00E35

Tints of Torch Red #F00E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 78.18%
G = 4.56%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F00E35 (or 0xF00E35) is known color: Torch Red. HEX triplet: F0, 0E and 35. RGB value is (240,14,53). Sum of RGB (Red+Green+Blue) = 240+14+53=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E35 is #0FF1CA. Grayscale: #565656. Windows color (decimal): -1044939 or 3477232. OLE color: 3477232.

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

Color convert

RGB 240 14 53 -
CMYK 0 0.94 0.78 0.06
HSL 349.65º 0.89% 0.5% -
HSV(B) 349.65º 0.94% 0.94% -
XYZ 36.73 19.1 5.12 -
YUV 86.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 240 14 53 0 0.94 0.78 0.06 349.65 0.89 0.5
Hex F0 E 35 0 5E 4E 6 15E 59 32
Octal 360 16 65 0 136 116 6 536 131 62
Binary 11110000 1110 110101 0 1011110 1001110 110 101011110 1011001 110010

Color Harmonies of #F00E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E35

Black with #F00E35

Text Example


Text Example

White with #F00E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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