Html Css Color HEX #F0141E Torch Red

📋 copy color: '#F0141E'

red 240 ◦ green 20 ◦ blue 30

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

Shades of Torch Red #F0141E

Tints of Torch Red #F0141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 82.76%
G = 6.9%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0141E (or 0xF0141E) is known color: Torch Red. HEX triplet: F0, 14 and 1E. RGB value is (240,20,30). Sum of RGB (Red+Green+Blue) = 240+20+30=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0141E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0141E is #0FEBE1. Grayscale: #575757. Windows color (decimal): -1043426 or 1971440. OLE color: 1971440.

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

Color convert

RGB 240 20 30 -
CMYK 0 0.92 0.87 0.06
HSL 357.27º 0.88% 0.51% -
HSV(B) 357.27º 0.92% 0.94% -
XYZ 36.42 19.12 3 -
YUV 86.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 240 20 30 0 0.92 0.87 0.06 357.27 0.88 0.51
Hex F0 14 1E 0 5C 57 6 165 58 33
Octal 360 24 36 0 134 127 6 545 130 63
Binary 11110000 10100 11110 0 1011100 1010111 110 101100101 1011000 110011

Color Harmonies of #F0141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0141E

Black with #F0141E

Text Example


Text Example

White with #F0141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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