Html Css Color HEX #F1111E Torch Red

📋 copy color: '#F1111E'

red 241 ◦ green 17 ◦ blue 30

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

Shades of Torch Red #F1111E

Tints of Torch Red #F1111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 83.68%
G = 5.9%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1111E (or 0xF1111E) is known color: Torch Red. HEX triplet: F1, 11 and 1E. RGB value is (241,17,30). Sum of RGB (Red+Green+Blue) = 241+17+30=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F1111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1111E is #0EEEE1. Grayscale: #555555. Windows color (decimal): -978658 or 1970673. OLE color: 1970673.

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

Color convert

RGB 241 17 30 -
CMYK 0 0.93 0.88 0.05
HSL 356.52º 0.89% 0.51% -
HSV(B) 356.52º 0.93% 0.95% -
XYZ 36.71 19.2 3 -
YUV 85.46 96.71 238.94 -
System Red Green Blue C M Y K H S L
Decimal 241 17 30 0 0.93 0.88 0.05 356.52 0.89 0.51
Hex F1 11 1E 0 5D 58 5 165 59 33
Octal 361 21 36 0 135 130 5 545 131 63
Binary 11110001 10001 11110 0 1011101 1011000 101 101100101 1011001 110011

Color Harmonies of #F1111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1111E

Black with #F1111E

Text Example


Text Example

White with #F1111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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