Html Css Color HEX #F10120 Torch Red

📋 copy color: '#F10120'

red 241 ◦ green 1 ◦ blue 32

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

Shades of Torch Red #F10120

Tints of Torch Red #F10120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 87.96%
G = 0.36%
B = 11.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F10120 (or 0xF10120) is known color: Torch Red. HEX triplet: F1, 01 and 20. RGB value is (241,1,32). Sum of RGB (Red+Green+Blue) = 241+1+32=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F10120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10120 is #0EFEDF. Grayscale: #4C4C4C. Windows color (decimal): -982752 or 2097649. OLE color: 2097649.

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

Color convert

RGB 241 1 32 -
CMYK 0 1.00 0.87 0.05
HSL 352.25º 0.99% 0.47% -
HSV(B) 352.25º 1% 0.95% -
XYZ 36.55 18.83 3.07 -
YUV 76.29 103.01 245.48 -
System Red Green Blue C M Y K H S L
Decimal 241 1 32 0 1.00 0.87 0.05 352.25 0.99 0.47
Hex F1 1 20 0 64 57 5 160 63 2F
Octal 361 1 40 0 144 127 5 540 143 57
Binary 11110001 1 100000 0 1100100 1010111 101 101100000 1100011 101111

Color Harmonies of #F10120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10120

Black with #F10120

Text Example


Text Example

White with #F10120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10120; }

 p { color: rgb(241,1,32); }

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

background-color css

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

 a { background-color: rgb(241,1,32); }

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

border-color css

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

 span { border-color: rgb(241,1,32); }

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