Html Css Color HEX #F11316 Torch Red

📋 copy color: '#F11316'

red 241 ◦ green 19 ◦ blue 22

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

Shades of Torch Red #F11316

Tints of Torch Red #F11316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 85.46%
G = 6.74%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11316 (or 0xF11316) is known color: Torch Red. HEX triplet: F1, 13 and 16. RGB value is (241,19,22). Sum of RGB (Red+Green+Blue) = 241+19+22=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11316 is #0EECE9. Grayscale: #555555. Windows color (decimal): -978154 or 1446897. OLE color: 1446897.

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

Color convert

RGB 241 19 22 -
CMYK 0 0.92 0.91 0.05
HSL 359.19º 0.89% 0.51% -
HSV(B) 359.19º 0.92% 0.95% -
XYZ 36.65 19.22 2.54 -
YUV 85.72 92.05 238.76 -
System Red Green Blue C M Y K H S L
Decimal 241 19 22 0 0.92 0.91 0.05 359.19 0.89 0.51
Hex F1 13 16 0 5C 5B 5 167 59 33
Octal 361 23 26 0 134 133 5 547 131 63
Binary 11110001 10011 10110 0 1011100 1011011 101 101100111 1011001 110011

Color Harmonies of #F11316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11316

Black with #F11316

Text Example


Text Example

White with #F11316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11316; }

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

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

background-color css

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

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

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

border-color css

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

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

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