Html Css Color HEX #F0091A Torch Red

📋 copy color: '#F0091A'

red 240 ◦ green 9 ◦ blue 26

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

Shades of Torch Red #F0091A

Tints of Torch Red #F0091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 87.27%
G = 3.27%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0091A (or 0xF0091A) is known color: Torch Red. HEX triplet: F0, 09 and 1A. RGB value is (240,9,26). Sum of RGB (Red+Green+Blue) = 240+9+26=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091A is #0FF6E5. Grayscale: #505050. Windows color (decimal): -1046246 or 1706480. OLE color: 1706480.

HSL color Cylindrical-coordinate representation of color #F0091A: hue angle of 355.58º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0091A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 26 -
CMYK 0 0.96 0.89 0.06
HSL 355.58º 0.93% 0.49% -
HSV(B) 355.58º 0.96% 0.94% -
XYZ 36.22 18.8 2.7 -
YUV 80.01 97.53 242.12 -
System Red Green Blue C M Y K H S L
Decimal 240 9 26 0 0.96 0.89 0.06 355.58 0.93 0.49
Hex F0 9 1A 0 60 59 6 164 5D 31
Octal 360 11 32 0 140 131 6 544 135 61
Binary 11110000 1001 11010 0 1100000 1011001 110 101100100 1011101 110001

Color Harmonies of #F0091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0091A

Black with #F0091A

Text Example


Text Example

White with #F0091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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