Html Css Color HEX #F10032 Torch Red

📋 copy color: '#F10032'

red 241 ◦ green 0 ◦ blue 50

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

Shades of Torch Red #F10032

Tints of Torch Red #F10032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 82.82%
G = 0%
B = 17.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F10032 (or 0xF10032) is known color: Torch Red. HEX triplet: F1, 00 and 32. RGB value is (241,0,50). Sum of RGB (Red+Green+Blue) = 241+0+50=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F10032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10032 is #0EFFCD. Grayscale: #4D4D4D. Windows color (decimal): -982990 or 3277041. OLE color: 3277041.

HSL color Cylindrical-coordinate representation of color #F10032: hue angle of 347.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 50 -
CMYK 0 1 0.79 0.05
HSL 347.55º 1% 0.47% -
HSV(B) 347.55º 1% 0.95% -
XYZ 36.85 18.93 4.73 -
YUV 77.76 112.34 244.43 -
System Red Green Blue C M Y K H S L
Decimal 241 0 50 0 1 0.79 0.05 347.55 1 0.47
Hex F1 0 32 0 64 4F 5 15C 64 2F
Octal 361 0 62 0 144 117 5 534 144 57
Binary 11110001 0 110010 0 1100100 1001111 101 101011100 1100100 101111

Color Harmonies of #F10032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10032

Black with #F10032

Text Example


Text Example

White with #F10032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10032; }

 p { color: rgb(241,0,50); }

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

background-color css

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

 a { background-color: rgb(241,0,50); }

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

border-color css

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

 span { border-color: rgb(241,0,50); }

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