Html Css Color HEX #F11540 Torch Red

📋 copy color: '#F11540'

red 241 ◦ green 21 ◦ blue 64

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

Shades of Torch Red #F11540

Tints of Torch Red #F11540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 73.93%
G = 6.44%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F11540 (or 0xF11540) is known color: Torch Red. HEX triplet: F1, 15 and 40. RGB value is (241,21,64). Sum of RGB (Red+Green+Blue) = 241+21+64=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F11540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11540 is #0EEABF. Grayscale: #5B5B5B. Windows color (decimal): -977600 or 4199921. OLE color: 4199921.

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

Color convert

RGB 241 21 64 -
CMYK 0 0.91 0.73 0.05
HSL 348.27º 0.89% 0.51% -
HSV(B) 348.27º 0.91% 0.95% -
XYZ 37.47 19.61 6.66 -
YUV 91.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 241 21 64 0 0.91 0.73 0.05 348.27 0.89 0.51
Hex F1 15 40 0 5B 49 5 15C 59 33
Octal 361 25 100 0 133 111 5 534 131 63
Binary 11110001 10101 1000000 0 1011011 1001001 101 101011100 1011001 110011

Color Harmonies of #F11540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11540

Black with #F11540

Text Example


Text Example

White with #F11540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11540; }

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

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

background-color css

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

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

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

border-color css

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

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

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