Html Css Color HEX #F11136 Torch Red

📋 copy color: '#F11136'

red 241 ◦ green 17 ◦ blue 54

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

Shades of Torch Red #F11136

Tints of Torch Red #F11136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 77.24%
G = 5.45%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11136 (or 0xF11136) is known color: Torch Red. HEX triplet: F1, 11 and 36. RGB value is (241,17,54). Sum of RGB (Red+Green+Blue) = 241+17+54=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11136 is #0EEEC9. Grayscale: #585858. Windows color (decimal): -978634 or 3543537. OLE color: 3543537.

HSL color Cylindrical-coordinate representation of color #F11136: hue angle of 350.09º 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 #F11136 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 54 -
CMYK 0 0.93 0.78 0.05
HSL 350.09º 0.89% 0.51% -
HSV(B) 350.09º 0.93% 0.95% -
XYZ 37.14 19.37 5.27 -
YUV 88.19 108.71 236.99 -
System Red Green Blue C M Y K H S L
Decimal 241 17 54 0 0.93 0.78 0.05 350.09 0.89 0.51
Hex F1 11 36 0 5D 4E 5 15E 59 33
Octal 361 21 66 0 135 116 5 536 131 63
Binary 11110001 10001 110110 0 1011101 1001110 101 101011110 1011001 110011

Color Harmonies of #F11136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11136

Black with #F11136

Text Example


Text Example

White with #F11136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11136; }

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

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

background-color css

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

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

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

border-color css

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

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

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