Html Css Color HEX #F1072D Torch Red

📋 copy color: '#F1072D'

red 241 ◦ green 7 ◦ blue 45

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

Shades of Torch Red #F1072D

Tints of Torch Red #F1072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

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

R = 82.25%
G = 2.39%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1072D (or 0xF1072D) is known color: Torch Red. HEX triplet: F1, 07 and 2D. RGB value is (241,7,45). Sum of RGB (Red+Green+Blue) = 241+7+45=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F1072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1072D is #0EF8D2. Grayscale: #515151. Windows color (decimal): -981203 or 2951153. OLE color: 2951153.

HSL color Cylindrical-coordinate representation of color #F1072D: hue angle of 350.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1072D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 7 45 -
CMYK 0 0.97 0.81 0.05
HSL 350.26º 0.94% 0.49% -
HSV(B) 350.26º 0.97% 0.95% -
XYZ 36.83 19.04 4.22 -
YUV 81.3 107.52 241.91 -
System Red Green Blue C M Y K H S L
Decimal 241 7 45 0 0.97 0.81 0.05 350.26 0.94 0.49
Hex F1 7 2D 0 61 51 5 15E 5E 31
Octal 361 7 55 0 141 121 5 536 136 61
Binary 11110001 111 101101 0 1100001 1010001 101 101011110 1011110 110001

Color Harmonies of #F1072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1072D

Black with #F1072D

Text Example


Text Example

White with #F1072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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