Html Css Color HEX #FF1120 Torch Red

📋 copy color: '#FF1120'

red 255 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #FF1120

Tints of Torch Red #FF1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 83.88%
G = 5.59%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1120 (or 0xFF1120) is known color: Torch Red. HEX triplet: FF, 11 and 20. RGB value is (255,17,32). Sum of RGB (Red+Green+Blue) = 255+17+32=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1120 is #00EEDF. Grayscale: #5A5A5A. Windows color (decimal): -61152 or 2101759. OLE color: 2101759.

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

Color convert

RGB 255 17 32 -
CMYK 0 0.93 0.87 0
HSL 356.22º 1% 0.53% -
HSV(B) 356.22º 0.93% 1% -
XYZ 41.7 21.77 3.37 -
YUV 89.87 95.35 245.78 -
System Red Green Blue C M Y K H S L
Decimal 255 17 32 0 0.93 0.87 0 356.22 1 0.53
Hex FF 11 20 0 5D 57 0 164 64 35
Octal 377 21 40 0 135 127 0 544 144 65
Binary 11111111 10001 100000 0 1011101 1010111 0 101100100 1100100 110101

Color Harmonies of #FF1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1120

Black with #FF1120

Text Example


Text Example

White with #FF1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1120; }

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

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

background-color css

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

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

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

border-color css

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

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

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