Html Css Color HEX #F1032F Torch Red

📋 copy color: '#F1032F'

red 241 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #F1032F

Tints of Torch Red #F1032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 82.82%
G = 1.03%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1032F (or 0xF1032F) is known color: Torch Red. HEX triplet: F1, 03 and 2F. RGB value is (241,3,47). Sum of RGB (Red+Green+Blue) = 241+3+47=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1032F is #0EFCD0. Grayscale: #4F4F4F. Windows color (decimal): -982225 or 3081201. OLE color: 3081201.

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

Color convert

RGB 241 3 47 -
CMYK 0 0.99 0.80 0.05
HSL 348.91º 0.98% 0.48% -
HSV(B) 348.91º 0.99% 0.95% -
XYZ 36.82 18.97 4.41 -
YUV 79.18 109.85 243.42 -
System Red Green Blue C M Y K H S L
Decimal 241 3 47 0 0.99 0.80 0.05 348.91 0.98 0.48
Hex F1 3 2F 0 63 50 5 15D 62 30
Octal 361 3 57 0 143 120 5 535 142 60
Binary 11110001 11 101111 0 1100011 1010000 101 101011101 1100010 110000

Color Harmonies of #F1032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1032F

Black with #F1032F

Text Example


Text Example

White with #F1032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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