Html Css Color HEX #F11541 Torch Red

📋 copy color: '#F11541'

red 241 ◦ green 21 ◦ blue 65

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

Shades of Torch Red #F11541

Tints of Torch Red #F11541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 73.7%
G = 6.42%
B = 19.88%

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

#F11541 (or 0xF11541) is known color: Torch Red. HEX triplet: F1, 15 and 41. RGB value is (241,21,65). Sum of RGB (Red+Green+Blue) = 241+21+65=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F11541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11541 is #0EEABE. Grayscale: #5B5B5B. Windows color (decimal): -977599 or 4265457. OLE color: 4265457.

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

Color convert

RGB 241 21 65 -
CMYK 0 0.91 0.73 0.05
HSL 348º 0.89% 0.51% -
HSV(B) 348º 0.91% 0.95% -
XYZ 37.5 19.62 6.81 -
YUV 91.8 112.89 234.42 -
System Red Green Blue C M Y K H S L
Decimal 241 21 65 0 0.91 0.73 0.05 348 0.89 0.51
Hex F1 15 41 0 5B 49 5 15C 59 33
Octal 361 25 101 0 133 111 5 534 131 63
Binary 11110001 10101 1000001 0 1011011 1001001 101 101011100 1011001 110011

Color Harmonies of #F11541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11541

Black with #F11541

Text Example


Text Example

White with #F11541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11541; }

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

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

background-color css

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

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

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

border-color css

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

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

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