Html Css Color HEX #F1052D Torch Red

📋 copy color: '#F1052D'

red 241 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #F1052D

Tints of Torch Red #F1052D

RGB

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

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

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

R = 82.82%
G = 1.72%
B = 15.46%

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

#F1052D (or 0xF1052D) is known color: Torch Red. HEX triplet: F1, 05 and 2D. RGB value is (241,5,45). Sum of RGB (Red+Green+Blue) = 241+5+45=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1052D is #0EFAD2. Grayscale: #505050. Windows color (decimal): -981715 or 2950641. OLE color: 2950641.

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

Color convert

RGB 241 5 45 -
CMYK 0 0.98 0.81 0.05
HSL 349.83º 0.96% 0.48% -
HSV(B) 349.83º 0.98% 0.95% -
XYZ 36.8 19 4.21 -
YUV 80.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 241 5 45 0 0.98 0.81 0.05 349.83 0.96 0.48
Hex F1 5 2D 0 62 51 5 15E 60 30
Octal 361 5 55 0 142 121 5 536 140 60
Binary 11110001 101 101101 0 1100010 1010001 101 101011110 1100000 110000

Color Harmonies of #F1052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1052D

Black with #F1052D

Text Example


Text Example

White with #F1052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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