Html Css Color HEX #F0171E Torch Red

📋 copy color: '#F0171E'

red 240 ◦ green 23 ◦ blue 30

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

Shades of Torch Red #F0171E

Tints of Torch Red #F0171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

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

R = 81.91%
G = 7.85%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0171E (or 0xF0171E) is known color: Torch Red. HEX triplet: F0, 17 and 1E. RGB value is (240,23,30). Sum of RGB (Red+Green+Blue) = 240+23+30=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0171E is #0FE8E1. Grayscale: #585858. Windows color (decimal): -1042658 or 1972208. OLE color: 1972208.

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

Color convert

RGB 240 23 30 -
CMYK 0 0.90 0.87 0.06
HSL 358.06º 0.88% 0.52% -
HSV(B) 358.06º 0.9% 0.94% -
XYZ 36.48 19.23 3.02 -
YUV 88.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 240 23 30 0 0.90 0.87 0.06 358.06 0.88 0.52
Hex F0 17 1E 0 5A 57 6 166 58 34
Octal 360 27 36 0 132 127 6 546 130 64
Binary 11110000 10111 11110 0 1011010 1010111 110 101100110 1011000 110100

Color Harmonies of #F0171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0171E

Black with #F0171E

Text Example


Text Example

White with #F0171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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