Html Css Color HEX #F1102D Torch Red

📋 copy color: '#F1102D'

red 241 ◦ green 16 ◦ blue 45

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

Shades of Torch Red #F1102D

Tints of Torch Red #F1102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

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

R = 79.8%
G = 5.3%
B = 14.9%

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

#F1102D (or 0xF1102D) is known color: Torch Red. HEX triplet: F1, 10 and 2D. RGB value is (241,16,45). Sum of RGB (Red+Green+Blue) = 241+16+45=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1102D is #0EEFD2. Grayscale: #565656. Windows color (decimal): -978899 or 2953457. OLE color: 2953457.

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

Color convert

RGB 241 16 45 -
CMYK 0 0.93 0.81 0.05
HSL 352.27º 0.89% 0.5% -
HSV(B) 352.27º 0.93% 0.95% -
XYZ 36.93 19.26 4.25 -
YUV 86.58 104.54 238.14 -
System Red Green Blue C M Y K H S L
Decimal 241 16 45 0 0.93 0.81 0.05 352.27 0.89 0.5
Hex F1 10 2D 0 5D 51 5 160 59 32
Octal 361 20 55 0 135 121 5 540 131 62
Binary 11110001 10000 101101 0 1011101 1010001 101 101100000 1011001 110010

Color Harmonies of #F1102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1102D

Black with #F1102D

Text Example


Text Example

White with #F1102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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