Html Css Color HEX #F11116 Torch Red

📋 copy color: '#F11116'

red 241 ◦ green 17 ◦ blue 22

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

Shades of Torch Red #F11116

Tints of Torch Red #F11116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 86.07%
G = 6.07%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11116 (or 0xF11116) is known color: Torch Red. HEX triplet: F1, 11 and 16. RGB value is (241,17,22). Sum of RGB (Red+Green+Blue) = 241+17+22=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F11116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11116 is #0EEEE9. Grayscale: #545454. Windows color (decimal): -978666 or 1446385. OLE color: 1446385.

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

Color convert

RGB 241 17 22 -
CMYK 0 0.93 0.91 0.05
HSL 358.66º 0.89% 0.51% -
HSV(B) 358.66º 0.93% 0.95% -
XYZ 36.62 19.16 2.53 -
YUV 84.55 92.71 239.59 -
System Red Green Blue C M Y K H S L
Decimal 241 17 22 0 0.93 0.91 0.05 358.66 0.89 0.51
Hex F1 11 16 0 5D 5B 5 167 59 33
Octal 361 21 26 0 135 133 5 547 131 63
Binary 11110001 10001 10110 0 1011101 1011011 101 101100111 1011001 110011

Color Harmonies of #F11116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11116

Black with #F11116

Text Example


Text Example

White with #F11116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11116; }

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

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

background-color css

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

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

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

border-color css

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

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

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