Html Css Color HEX #F11A40 Torch Red

📋 copy color: '#F11A40'

red 241 ◦ green 26 ◦ blue 64

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

Shades of Torch Red #F11A40

Tints of Torch Red #F11A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.85%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 72.81%
G = 7.85%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F11A40 (or 0xF11A40) is known color: Torch Red. HEX triplet: F1, 1A and 40. RGB value is (241,26,64). Sum of RGB (Red+Green+Blue) = 241+26+64=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A40 is #0EE5BF. Grayscale: #5E5E5E. Windows color (decimal): -976320 or 4201201. OLE color: 4201201.

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

Color convert

RGB 241 26 64 -
CMYK 0 0.89 0.73 0.05
HSL 349.4º 0.88% 0.52% -
HSV(B) 349.4º 0.89% 0.95% -
XYZ 37.57 19.81 6.69 -
YUV 94.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 241 26 64 0 0.89 0.73 0.05 349.4 0.88 0.52
Hex F1 1A 40 0 59 49 5 15D 58 34
Octal 361 32 100 0 131 111 5 535 130 64
Binary 11110001 11010 1000000 0 1011001 1001001 101 101011101 1011000 110100

Color Harmonies of #F11A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A40

Black with #F11A40

Text Example


Text Example

White with #F11A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A40; }

 p { color: rgb(241,26,64); }

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

background-color css

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

 a { background-color: rgb(241,26,64); }

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

border-color css

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

 span { border-color: rgb(241,26,64); }

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