Html Css Color HEX #F11123 Torch Red

📋 copy color: '#F11123'

red 241 ◦ green 17 ◦ blue 35

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

Shades of Torch Red #F11123

Tints of Torch Red #F11123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 82.25%
G = 5.8%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F11123 (or 0xF11123) is known color: Torch Red. HEX triplet: F1, 11 and 23. RGB value is (241,17,35). Sum of RGB (Red+Green+Blue) = 241+17+35=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F11123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11123 is #0EEEDC. Grayscale: #565656. Windows color (decimal): -978653 or 2298353. OLE color: 2298353.

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

Color convert

RGB 241 17 35 -
CMYK 0 0.93 0.85 0.05
HSL 355.18º 0.89% 0.51% -
HSV(B) 355.18º 0.93% 0.95% -
XYZ 36.78 19.22 3.36 -
YUV 86.03 99.21 238.54 -
System Red Green Blue C M Y K H S L
Decimal 241 17 35 0 0.93 0.85 0.05 355.18 0.89 0.51
Hex F1 11 23 0 5D 55 5 163 59 33
Octal 361 21 43 0 135 125 5 543 131 63
Binary 11110001 10001 100011 0 1011101 1010101 101 101100011 1011001 110011

Color Harmonies of #F11123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11123

Black with #F11123

Text Example


Text Example

White with #F11123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11123; }

 p { color: rgb(241,17,35); }

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

background-color css

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

 a { background-color: rgb(241,17,35); }

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

border-color css

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

 span { border-color: rgb(241,17,35); }

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