Html Css Color HEX #F1122B Torch Red

📋 copy color: '#F1122B'

red 241 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #F1122B

Tints of Torch Red #F1122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 79.8%
G = 5.96%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1122B (or 0xF1122B) is known color: Torch Red. HEX triplet: F1, 12 and 2B. RGB value is (241,18,43). Sum of RGB (Red+Green+Blue) = 241+18+43=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1122B is #0EEDD4. Grayscale: #575757. Windows color (decimal): -978389 or 2822897. OLE color: 2822897.

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

Color convert

RGB 241 18 43 -
CMYK 0 0.93 0.82 0.05
HSL 353.27º 0.89% 0.51% -
HSV(B) 353.27º 0.93% 0.95% -
XYZ 36.93 19.31 4.07 -
YUV 87.53 102.88 237.47 -
System Red Green Blue C M Y K H S L
Decimal 241 18 43 0 0.93 0.82 0.05 353.27 0.89 0.51
Hex F1 12 2B 0 5D 52 5 161 59 33
Octal 361 22 53 0 135 122 5 541 131 63
Binary 11110001 10010 101011 0 1011101 1010010 101 101100001 1011001 110011

Color Harmonies of #F1122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1122B

Black with #F1122B

Text Example


Text Example

White with #F1122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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