Html Css Color HEX #F11239 Torch Red

📋 copy color: '#F11239'

red 241 ◦ green 18 ◦ blue 57

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

Shades of Torch Red #F11239

Tints of Torch Red #F11239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 76.27%
G = 5.7%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F11239 (or 0xF11239) is known color: Torch Red. HEX triplet: F1, 12 and 39. RGB value is (241,18,57). Sum of RGB (Red+Green+Blue) = 241+18+57=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F11239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11239 is #0EEDC6. Grayscale: #595959. Windows color (decimal): -978375 or 3740401. OLE color: 3740401.

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

Color convert

RGB 241 18 57 -
CMYK 0 0.93 0.76 0.05
HSL 349.51º 0.89% 0.51% -
HSV(B) 349.51º 0.93% 0.95% -
XYZ 37.23 19.43 5.66 -
YUV 89.12 109.88 236.33 -
System Red Green Blue C M Y K H S L
Decimal 241 18 57 0 0.93 0.76 0.05 349.51 0.89 0.51
Hex F1 12 39 0 5D 4C 5 15E 59 33
Octal 361 22 71 0 135 114 5 536 131 63
Binary 11110001 10010 111001 0 1011101 1001100 101 101011110 1011001 110011

Color Harmonies of #F11239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11239

Black with #F11239

Text Example


Text Example

White with #F11239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11239; }

 p { color: rgb(241,18,57); }

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

background-color css

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

 a { background-color: rgb(241,18,57); }

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

border-color css

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

 span { border-color: rgb(241,18,57); }

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