Html Css Color HEX #F1121F Torch Red

📋 copy color: '#F1121F'

red 241 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #F1121F

Tints of Torch Red #F1121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 83.1%
G = 6.21%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1121F (or 0xF1121F) is known color: Torch Red. HEX triplet: F1, 12 and 1F. RGB value is (241,18,31). Sum of RGB (Red+Green+Blue) = 241+18+31=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F1121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1121F is #0EEDE0. Grayscale: #565656. Windows color (decimal): -978401 or 2036465. OLE color: 2036465.

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

Color convert

RGB 241 18 31 -
CMYK 0 0.93 0.87 0.05
HSL 356.5º 0.89% 0.51% -
HSV(B) 356.5º 0.93% 0.95% -
XYZ 36.74 19.23 3.07 -
YUV 86.16 96.88 238.44 -
System Red Green Blue C M Y K H S L
Decimal 241 18 31 0 0.93 0.87 0.05 356.5 0.89 0.51
Hex F1 12 1F 0 5D 57 5 165 59 33
Octal 361 22 37 0 135 127 5 545 131 63
Binary 11110001 10010 11111 0 1011101 1010111 101 101100101 1011001 110011

Color Harmonies of #F1121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1121F

Black with #F1121F

Text Example


Text Example

White with #F1121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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