Html Css Color HEX #F91011 Torch Red

📋 copy color: '#F91011'

red 249 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #F91011

Tints of Torch Red #F91011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 88.3%
G = 5.67%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F91011 (or 0xF91011) is known color: Torch Red. HEX triplet: F9, 10 and 11. RGB value is (249,16,17). Sum of RGB (Red+Green+Blue) = 249+16+17=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F91011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91011 is #06EFEE. Grayscale: #565656. Windows color (decimal): -454639 or 1118457. OLE color: 1118457.

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

Color convert

RGB 249 16 17 -
CMYK 0 0.94 0.93 0.02
HSL 359.74º 0.95% 0.52% -
HSV(B) 359.74º 0.94% 0.98% -
XYZ 39.35 20.55 2.42 -
YUV 85.78 89.19 244.42 -
System Red Green Blue C M Y K H S L
Decimal 249 16 17 0 0.94 0.93 0.02 359.74 0.95 0.52
Hex F9 10 11 0 5E 5D 2 168 5F 34
Octal 371 20 21 0 136 135 2 550 137 64
Binary 11111001 10000 10001 0 1011110 1011101 10 101101000 1011111 110100

Color Harmonies of #F91011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91011

Black with #F91011

Text Example


Text Example

White with #F91011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91011; }

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

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

background-color css

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

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

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

border-color css

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

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

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