Html Css Color HEX #F1052E Torch Red

📋 copy color: '#F1052E'

red 241 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #F1052E

Tints of Torch Red #F1052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 82.53%
G = 1.71%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1052E (or 0xF1052E) is known color: Torch Red. HEX triplet: F1, 05 and 2E. RGB value is (241,5,46). Sum of RGB (Red+Green+Blue) = 241+5+46=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F1052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1052E is #0EFAD1. Grayscale: #505050. Windows color (decimal): -981714 or 3016177. OLE color: 3016177.

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

Color convert

RGB 241 5 46 -
CMYK 0 0.98 0.81 0.05
HSL 349.58º 0.96% 0.48% -
HSV(B) 349.58º 0.98% 0.95% -
XYZ 36.82 19.01 4.31 -
YUV 80.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 241 5 46 0 0.98 0.81 0.05 349.58 0.96 0.48
Hex F1 5 2E 0 62 51 5 15E 60 30
Octal 361 5 56 0 142 121 5 536 140 60
Binary 11110001 101 101110 0 1100010 1010001 101 101011110 1100000 110000

Color Harmonies of #F1052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1052E

Black with #F1052E

Text Example


Text Example

White with #F1052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1052E; }

 p { color: rgb(241,5,46); }

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

background-color css

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

 a { background-color: rgb(241,5,46); }

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

border-color css

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

 span { border-color: rgb(241,5,46); }

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