Html Css Color HEX #F0161A Torch Red

📋 copy color: '#F0161A'

red 240 ◦ green 22 ◦ blue 26

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

Shades of Torch Red #F0161A

Tints of Torch Red #F0161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 83.33%
G = 7.64%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0161A (or 0xF0161A) is known color: Torch Red. HEX triplet: F0, 16 and 1A. RGB value is (240,22,26). Sum of RGB (Red+Green+Blue) = 240+22+26=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0161A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0161A is #0FE9E5. Grayscale: #575757. Windows color (decimal): -1042918 or 1709808. OLE color: 1709808.

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

Color convert

RGB 240 22 26 -
CMYK 0 0.91 0.89 0.06
HSL 358.9º 0.88% 0.51% -
HSV(B) 358.9º 0.91% 0.94% -
XYZ 36.41 19.17 2.76 -
YUV 87.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 240 22 26 0 0.91 0.89 0.06 358.9 0.88 0.51
Hex F0 16 1A 0 5B 59 6 167 58 33
Octal 360 26 32 0 133 131 6 547 130 63
Binary 11110000 10110 11010 0 1011011 1011001 110 101100111 1011000 110011

Color Harmonies of #F0161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0161A

Black with #F0161A

Text Example


Text Example

White with #F0161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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