Html Css Color HEX #F11516 Torch Red

📋 copy color: '#F11516'

red 241 ◦ green 21 ◦ blue 22

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

Shades of Torch Red #F11516

Tints of Torch Red #F11516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

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

R = 84.86%
G = 7.39%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F11516 (or 0xF11516) is known color: Torch Red. HEX triplet: F1, 15 and 16. RGB value is (241,21,22). Sum of RGB (Red+Green+Blue) = 241+21+22=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11516 is #0EEAE9. Grayscale: #575757. Windows color (decimal): -977642 or 1447409. OLE color: 1447409.

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

Color convert

RGB 241 21 22 -
CMYK 0 0.91 0.91 0.05
HSL 359.73º 0.89% 0.51% -
HSV(B) 359.73º 0.91% 0.95% -
XYZ 36.69 19.3 2.55 -
YUV 86.89 91.39 237.92 -
System Red Green Blue C M Y K H S L
Decimal 241 21 22 0 0.91 0.91 0.05 359.73 0.89 0.51
Hex F1 15 16 0 5B 5B 5 168 59 33
Octal 361 25 26 0 133 133 5 550 131 63
Binary 11110001 10101 10110 0 1011011 1011011 101 101101000 1011001 110011

Color Harmonies of #F11516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11516

Black with #F11516

Text Example


Text Example

White with #F11516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11516; }

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

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

background-color css

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

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

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

border-color css

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

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

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