Html Css Color HEX #F11839 Torch Red

📋 copy color: '#F11839'

red 241 ◦ green 24 ◦ blue 57

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

Shades of Torch Red #F11839

Tints of Torch Red #F11839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 74.84%
G = 7.45%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F11839 (or 0xF11839) is known color: Torch Red. HEX triplet: F1, 18 and 39. RGB value is (241,24,57). Sum of RGB (Red+Green+Blue) = 241+24+57=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F11839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11839 is #0EE7C6. Grayscale: #5C5C5C. Windows color (decimal): -976839 or 3741937. OLE color: 3741937.

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

Color convert

RGB 241 24 57 -
CMYK 0 0.90 0.76 0.05
HSL 350.88º 0.89% 0.52% -
HSV(B) 350.88º 0.9% 0.95% -
XYZ 37.34 19.65 5.7 -
YUV 92.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 241 24 57 0 0.90 0.76 0.05 350.88 0.89 0.52
Hex F1 18 39 0 5A 4C 5 15F 59 34
Octal 361 30 71 0 132 114 5 537 131 64
Binary 11110001 11000 111001 0 1011010 1001100 101 101011111 1011001 110100

Color Harmonies of #F11839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11839

Black with #F11839

Text Example


Text Example

White with #F11839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11839; }

 p { color: rgb(241,24,57); }

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

background-color css

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

 a { background-color: rgb(241,24,57); }

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

border-color css

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

 span { border-color: rgb(241,24,57); }

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