Html Css Color HEX #F11342 Torch Red

📋 copy color: '#F11342'

red 241 ◦ green 19 ◦ blue 66

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

Shades of Torch Red #F11342

Tints of Torch Red #F11342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 73.93%
G = 5.83%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F11342 (or 0xF11342) is known color: Torch Red. HEX triplet: F1, 13 and 42. RGB value is (241,19,66). Sum of RGB (Red+Green+Blue) = 241+19+66=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F11342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11342 is #0EECBD. Grayscale: #5A5A5A. Windows color (decimal): -978110 or 4330481. OLE color: 4330481.

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

Color convert

RGB 241 19 66 -
CMYK 0 0.92 0.73 0.05
HSL 347.3º 0.89% 0.51% -
HSV(B) 347.3º 0.92% 0.95% -
XYZ 37.49 19.56 6.95 -
YUV 90.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 241 19 66 0 0.92 0.73 0.05 347.3 0.89 0.51
Hex F1 13 42 0 5C 49 5 15B 59 33
Octal 361 23 102 0 134 111 5 533 131 63
Binary 11110001 10011 1000010 0 1011100 1001001 101 101011011 1011001 110011

Color Harmonies of #F11342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11342

Black with #F11342

Text Example


Text Example

White with #F11342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11342; }

 p { color: rgb(241,19,66); }

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

background-color css

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

 a { background-color: rgb(241,19,66); }

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

border-color css

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

 span { border-color: rgb(241,19,66); }

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