Html Css Color HEX #F11736 Torch Red

📋 copy color: '#F11736'

red 241 ◦ green 23 ◦ blue 54

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

Shades of Torch Red #F11736

Tints of Torch Red #F11736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

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

R = 75.79%
G = 7.23%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11736 (or 0xF11736) is known color: Torch Red. HEX triplet: F1, 17 and 36. RGB value is (241,23,54). Sum of RGB (Red+Green+Blue) = 241+23+54=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F11736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11736 is #0EE8C9. Grayscale: #5B5B5B. Windows color (decimal): -977098 or 3545073. OLE color: 3545073.

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

Color convert

RGB 241 23 54 -
CMYK 0 0.90 0.78 0.05
HSL 351.47º 0.89% 0.52% -
HSV(B) 351.47º 0.9% 0.95% -
XYZ 37.25 19.58 5.31 -
YUV 91.72 106.72 234.48 -
System Red Green Blue C M Y K H S L
Decimal 241 23 54 0 0.90 0.78 0.05 351.47 0.89 0.52
Hex F1 17 36 0 5A 4E 5 15F 59 34
Octal 361 27 66 0 132 116 5 537 131 64
Binary 11110001 10111 110110 0 1011010 1001110 101 101011111 1011001 110100

Color Harmonies of #F11736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11736

Black with #F11736

Text Example


Text Example

White with #F11736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11736; }

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

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

background-color css

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

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

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

border-color css

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

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

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