Html Css Color HEX #F1053C Torch Red

📋 copy color: '#F1053C'

red 241 ◦ green 5 ◦ blue 60

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

Shades of Torch Red #F1053C

Tints of Torch Red #F1053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 78.76%
G = 1.63%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1053C (or 0xF1053C) is known color: Torch Red. HEX triplet: F1, 05 and 3C. RGB value is (241,5,60). Sum of RGB (Red+Green+Blue) = 241+5+60=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F1053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1053C is #0EFAC3. Grayscale: #515151. Windows color (decimal): -981700 or 3933681. OLE color: 3933681.

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

Color convert

RGB 241 5 60 -
CMYK 0 0.98 0.75 0.05
HSL 346.02º 0.96% 0.48% -
HSV(B) 346.02º 0.98% 0.95% -
XYZ 37.15 19.14 6.01 -
YUV 81.83 115.69 241.53 -
System Red Green Blue C M Y K H S L
Decimal 241 5 60 0 0.98 0.75 0.05 346.02 0.96 0.48
Hex F1 5 3C 0 62 4B 5 15A 60 30
Octal 361 5 74 0 142 113 5 532 140 60
Binary 11110001 101 111100 0 1100010 1001011 101 101011010 1100000 110000

Color Harmonies of #F1053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1053C

Black with #F1053C

Text Example


Text Example

White with #F1053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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