Html Css Color HEX #F1052F Torch Red

📋 copy color: '#F1052F'

red 241 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #F1052F

Tints of Torch Red #F1052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 82.25%
G = 1.71%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1052F (or 0xF1052F) is known color: Torch Red. HEX triplet: F1, 05 and 2F. RGB value is (241,5,47). Sum of RGB (Red+Green+Blue) = 241+5+47=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F1052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1052F is #0EFAD0. Grayscale: #505050. Windows color (decimal): -981713 or 3081713. OLE color: 3081713.

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

Color convert

RGB 241 5 47 -
CMYK 0 0.98 0.80 0.05
HSL 349.32º 0.96% 0.48% -
HSV(B) 349.32º 0.98% 0.95% -
XYZ 36.84 19.01 4.42 -
YUV 80.35 109.19 242.58 -
System Red Green Blue C M Y K H S L
Decimal 241 5 47 0 0.98 0.80 0.05 349.32 0.96 0.48
Hex F1 5 2F 0 62 50 5 15D 60 30
Octal 361 5 57 0 142 120 5 535 140 60
Binary 11110001 101 101111 0 1100010 1010000 101 101011101 1100000 110000

Color Harmonies of #F1052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1052F

Black with #F1052F

Text Example


Text Example

White with #F1052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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