Html Css Color HEX #F1123A Torch Red

📋 copy color: '#F1123A'

red 241 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #F1123A

Tints of Torch Red #F1123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 76.03%
G = 5.68%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1123A (or 0xF1123A) is known color: Torch Red. HEX triplet: F1, 12 and 3A. RGB value is (241,18,58). Sum of RGB (Red+Green+Blue) = 241+18+58=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1123A is #0EEDC5. Grayscale: #595959. Windows color (decimal): -978374 or 3805937. OLE color: 3805937.

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

Color convert

RGB 241 18 58 -
CMYK 0 0.93 0.76 0.05
HSL 349.24º 0.89% 0.51% -
HSV(B) 349.24º 0.93% 0.95% -
XYZ 37.26 19.44 5.79 -
YUV 89.24 110.38 236.25 -
System Red Green Blue C M Y K H S L
Decimal 241 18 58 0 0.93 0.76 0.05 349.24 0.89 0.51
Hex F1 12 3A 0 5D 4C 5 15D 59 33
Octal 361 22 72 0 135 114 5 535 131 63
Binary 11110001 10010 111010 0 1011101 1001100 101 101011101 1011001 110011

Color Harmonies of #F1123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1123A

Black with #F1123A

Text Example


Text Example

White with #F1123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1123A; }

 p { color: rgb(241,18,58); }

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

background-color css

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

 a { background-color: rgb(241,18,58); }

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

border-color css

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

 span { border-color: rgb(241,18,58); }

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