Html Css Color HEX #F1122D Torch Red

📋 copy color: '#F1122D'

red 241 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #F1122D

Tints of Torch Red #F1122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 79.28%
G = 5.92%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1122D (or 0xF1122D) is known color: Torch Red. HEX triplet: F1, 12 and 2D. RGB value is (241,18,45). Sum of RGB (Red+Green+Blue) = 241+18+45=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1122D is #0EEDD2. Grayscale: #575757. Windows color (decimal): -978387 or 2953969. OLE color: 2953969.

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

Color convert

RGB 241 18 45 -
CMYK 0 0.93 0.81 0.05
HSL 352.74º 0.89% 0.51% -
HSV(B) 352.74º 0.93% 0.95% -
XYZ 36.97 19.32 4.26 -
YUV 87.76 103.88 237.3 -
System Red Green Blue C M Y K H S L
Decimal 241 18 45 0 0.93 0.81 0.05 352.74 0.89 0.51
Hex F1 12 2D 0 5D 51 5 161 59 33
Octal 361 22 55 0 135 121 5 541 131 63
Binary 11110001 10010 101101 0 1011101 1010001 101 101100001 1011001 110011

Color Harmonies of #F1122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1122D

Black with #F1122D

Text Example


Text Example

White with #F1122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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