Html Css Color HEX #F90811 Torch Red

📋 copy color: '#F90811'

red 249 ◦ green 8 ◦ blue 17

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

Shades of Torch Red #F90811

Tints of Torch Red #F90811

RGB

 RED value IS 249 (97.66% from 255) = 90.88%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 90.88%
G = 2.92%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F90811 (or 0xF90811) is known color: Torch Red. HEX triplet: F9, 08 and 11. RGB value is (249,8,17). Sum of RGB (Red+Green+Blue) = 249+8+17=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F90811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90811 is #06F7EE. Grayscale: #515151. Windows color (decimal): -456687 or 1116409. OLE color: 1116409.

HSL color Cylindrical-coordinate representation of color #F90811: hue angle of 357.76º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 8 17 -
CMYK 0 0.97 0.93 0.02
HSL 357.76º 0.95% 0.5% -
HSV(B) 357.76º 0.97% 0.98% -
XYZ 39.25 20.35 2.39 -
YUV 81.09 91.84 247.77 -
System Red Green Blue C M Y K H S L
Decimal 249 8 17 0 0.97 0.93 0.02 357.76 0.95 0.5
Hex F9 8 11 0 61 5D 2 166 5F 32
Octal 371 10 21 0 141 135 2 546 137 62
Binary 11111001 1000 10001 0 1100001 1011101 10 101100110 1011111 110010

Color Harmonies of #F90811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90811

Black with #F90811

Text Example


Text Example

White with #F90811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90811; }

 p { color: rgb(249,8,17); }

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

background-color css

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

 a { background-color: rgb(249,8,17); }

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

border-color css

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

 span { border-color: rgb(249,8,17); }

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