Html Css Color HEX #FF0111 Torch Red

📋 copy color: '#FF0111'

red 255 ◦ green 1 ◦ blue 17

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

Shades of Torch Red #FF0111

Tints of Torch Red #FF0111

RGB

 RED value IS 255 (100% from 255) = 93.41%

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

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 93.41%
G = 0.37%
B = 6.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0111 (or 0xFF0111) is known color: Torch Red. HEX triplet: FF, 01 and 11. RGB value is (255,1,17). Sum of RGB (Red+Green+Blue) = 255+1+17=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0111 is #00FEEE. Grayscale: #4E4E4E. Windows color (decimal): -65263 or 1114623. OLE color: 1114623.

HSL color Cylindrical-coordinate representation of color #FF0111: hue angle of 356.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 17 -
CMYK 0 1.00 0.93 0
HSL 356.22º 1% 0.5% -
HSV(B) 356.22º 1% 1% -
XYZ 41.35 21.32 2.47 -
YUV 78.77 93.15 253.7 -
System Red Green Blue C M Y K H S L
Decimal 255 1 17 0 1.00 0.93 0 356.22 1 0.5
Hex FF 1 11 0 64 5D 0 164 64 32
Octal 377 1 21 0 144 135 0 544 144 62
Binary 11111111 1 10001 0 1100100 1011101 0 101100100 1100100 110010

Color Harmonies of #FF0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0111

Black with #FF0111

Text Example


Text Example

White with #FF0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0111; }

 p { color: rgb(255,1,17); }

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

background-color css

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

 a { background-color: rgb(255,1,17); }

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

border-color css

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

 span { border-color: rgb(255,1,17); }

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