Html Css Color HEX #F1053F Torch Red

📋 copy color: '#F1053F'

red 241 ◦ green 5 ◦ blue 63

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

Shades of Torch Red #F1053F

Tints of Torch Red #F1053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.39%

R = 77.99%
G = 1.62%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1053F (or 0xF1053F) is known color: Torch Red. HEX triplet: F1, 05 and 3F. RGB value is (241,5,63). Sum of RGB (Red+Green+Blue) = 241+5+63=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1053F is #0EFAC0. Grayscale: #525252. Windows color (decimal): -981697 or 4130289. OLE color: 4130289.

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

Color convert

RGB 241 5 63 -
CMYK 0 0.98 0.74 0.05
HSL 345.25º 0.96% 0.48% -
HSV(B) 345.25º 0.98% 0.95% -
XYZ 37.23 19.17 6.44 -
YUV 82.18 117.19 241.28 -
System Red Green Blue C M Y K H S L
Decimal 241 5 63 0 0.98 0.74 0.05 345.25 0.96 0.48
Hex F1 5 3F 0 62 4A 5 159 60 30
Octal 361 5 77 0 142 112 5 531 140 60
Binary 11110001 101 111111 0 1100010 1001010 101 101011001 1100000 110000

Color Harmonies of #F1053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1053F

Black with #F1053F

Text Example


Text Example

White with #F1053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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