Html Css Color HEX #F10911 Torch Red

📋 copy color: '#F10911'

red 241 ◦ green 9 ◦ blue 17

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

Shades of Torch Red #F10911

Tints of Torch Red #F10911

RGB

 RED value IS 241 (94.53% from 255) = 90.26%

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

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

R = 90.26%
G = 3.37%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F10911 (or 0xF10911) is known color: Torch Red. HEX triplet: F1, 09 and 11. RGB value is (241,9,17). Sum of RGB (Red+Green+Blue) = 241+9+17=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10911 is #0EF6EE. Grayscale: #4F4F4F. Windows color (decimal): -980719 or 1116657. OLE color: 1116657.

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

Color convert

RGB 241 9 17 -
CMYK 0 0.96 0.93 0.05
HSL 357.93º 0.93% 0.49% -
HSV(B) 357.93º 0.96% 0.95% -
XYZ 36.47 18.94 2.26 -
YUV 79.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 241 9 17 0 0.96 0.93 0.05 357.93 0.93 0.49
Hex F1 9 11 0 60 5D 5 166 5D 31
Octal 361 11 21 0 140 135 5 546 135 61
Binary 11110001 1001 10001 0 1100000 1011101 101 101100110 1011101 110001

Color Harmonies of #F10911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10911

Black with #F10911

Text Example


Text Example

White with #F10911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10911; }

 p { color: rgb(241,9,17); }

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

background-color css

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

 a { background-color: rgb(241,9,17); }

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

border-color css

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

 span { border-color: rgb(241,9,17); }

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