Html Css Color HEX #FF112B Torch Red

📋 copy color: '#FF112B'

red 255 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #FF112B

Tints of Torch Red #FF112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 80.95%
G = 5.4%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF112B (or 0xFF112B) is known color: Torch Red. HEX triplet: FF, 11 and 2B. RGB value is (255,17,43). Sum of RGB (Red+Green+Blue) = 255+17+43=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112B is #00EED4. Grayscale: #5B5B5B. Windows color (decimal): -61141 or 2822655. OLE color: 2822655.

HSL color Cylindrical-coordinate representation of color #FF112B: hue angle of 353.45º 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 #FF112B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 17 43 -
CMYK 0 0.93 0.83 0
HSL 353.45º 1% 0.53% -
HSV(B) 353.45º 0.93% 1% -
XYZ 41.88 21.84 4.29 -
YUV 91.13 100.85 244.89 -
System Red Green Blue C M Y K H S L
Decimal 255 17 43 0 0.93 0.83 0 353.45 1 0.53
Hex FF 11 2B 0 5D 53 0 161 64 35
Octal 377 21 53 0 135 123 0 541 144 65
Binary 11111111 10001 101011 0 1011101 1010011 0 101100001 1100100 110101

Color Harmonies of #FF112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF112B

Black with #FF112B

Text Example


Text Example

White with #FF112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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