Html Css Color HEX #F11236 Torch Red

📋 copy color: '#F11236'

red 241 ◦ green 18 ◦ blue 54

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

Shades of Torch Red #F11236

Tints of Torch Red #F11236

RGB

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

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

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

R = 77%
G = 5.75%
B = 17.25%

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

#F11236 (or 0xF11236) is known color: Torch Red. HEX triplet: F1, 12 and 36. RGB value is (241,18,54). Sum of RGB (Red+Green+Blue) = 241+18+54=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F11236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11236 is #0EEDC9. Grayscale: #585858. Windows color (decimal): -978378 or 3543793. OLE color: 3543793.

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

Color convert

RGB 241 18 54 -
CMYK 0 0.93 0.78 0.05
HSL 350.31º 0.89% 0.51% -
HSV(B) 350.31º 0.93% 0.95% -
XYZ 37.16 19.4 5.28 -
YUV 88.78 108.38 236.57 -
System Red Green Blue C M Y K H S L
Decimal 241 18 54 0 0.93 0.78 0.05 350.31 0.89 0.51
Hex F1 12 36 0 5D 4E 5 15E 59 33
Octal 361 22 66 0 135 116 5 536 131 63
Binary 11110001 10010 110110 0 1011101 1001110 101 101011110 1011001 110011

Color Harmonies of #F11236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11236

Black with #F11236

Text Example


Text Example

White with #F11236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11236; }

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

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

background-color css

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

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

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

border-color css

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

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

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