Html Css Color HEX #F0161E Torch Red

📋 copy color: '#F0161E'

red 240 ◦ green 22 ◦ blue 30

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

Shades of Torch Red #F0161E

Tints of Torch Red #F0161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 82.19%
G = 7.53%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0161E (or 0xF0161E) is known color: Torch Red. HEX triplet: F0, 16 and 1E. RGB value is (240,22,30). Sum of RGB (Red+Green+Blue) = 240+22+30=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0161E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0161E is #0FE9E1. Grayscale: #585858. Windows color (decimal): -1042914 or 1971952. OLE color: 1971952.

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

Color convert

RGB 240 22 30 -
CMYK 0 0.91 0.87 0.06
HSL 357.8º 0.88% 0.51% -
HSV(B) 357.8º 0.91% 0.94% -
XYZ 36.46 19.19 3.01 -
YUV 88.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 240 22 30 0 0.91 0.87 0.06 357.8 0.88 0.51
Hex F0 16 1E 0 5B 57 6 166 58 33
Octal 360 26 36 0 133 127 6 546 130 63
Binary 11110000 10110 11110 0 1011011 1010111 110 101100110 1011000 110011

Color Harmonies of #F0161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0161E

Black with #F0161E

Text Example


Text Example

White with #F0161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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