Html Css Color HEX #F10020 Torch Red

📋 copy color: '#F10020'

red 241 ◦ green 0 ◦ blue 32

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

Shades of Torch Red #F10020

Tints of Torch Red #F10020

RGB

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

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

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

R = 88.28%
G = 0%
B = 11.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F10020 (or 0xF10020) is known color: Torch Red. HEX triplet: F1, 00 and 20. RGB value is (241,0,32). Sum of RGB (Red+Green+Blue) = 241+0+32=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F10020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10020 is #0EFFDF. Grayscale: #4B4B4B. Windows color (decimal): -983008 or 2097393. OLE color: 2097393.

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

Color convert

RGB 241 0 32 -
CMYK 0 1 0.87 0.05
HSL 352.03º 1% 0.47% -
HSV(B) 352.03º 1% 0.95% -
XYZ 36.54 18.81 3.07 -
YUV 75.71 103.34 245.9 -
System Red Green Blue C M Y K H S L
Decimal 241 0 32 0 1 0.87 0.05 352.03 1 0.47
Hex F1 0 20 0 64 57 5 160 64 2F
Octal 361 0 40 0 144 127 5 540 144 57
Binary 11110001 0 100000 0 1100100 1010111 101 101100000 1100100 101111

Color Harmonies of #F10020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10020

Black with #F10020

Text Example


Text Example

White with #F10020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10020; }

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

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

background-color css

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

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

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

border-color css

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

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

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