Html Css Color HEX #FF112C Torch Red

📋 copy color: '#FF112C'

red 255 ◦ green 17 ◦ blue 44

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

Shades of Torch Red #FF112C

Tints of Torch Red #FF112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 80.7%
G = 5.38%
B = 13.92%

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

#FF112C (or 0xFF112C) is known color: Torch Red. HEX triplet: FF, 11 and 2C. RGB value is (255,17,44). Sum of RGB (Red+Green+Blue) = 255+17+44=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112C is #00EED3. Grayscale: #5B5B5B. Windows color (decimal): -61140 or 2888191. OLE color: 2888191.

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

Color convert

RGB 255 17 44 -
CMYK 0 0.93 0.83 0
HSL 353.19º 1% 0.53% -
HSV(B) 353.19º 0.93% 1% -
XYZ 41.9 21.84 4.39 -
YUV 91.24 101.35 244.8 -
System Red Green Blue C M Y K H S L
Decimal 255 17 44 0 0.93 0.83 0 353.19 1 0.53
Hex FF 11 2C 0 5D 53 0 161 64 35
Octal 377 21 54 0 135 123 0 541 144 65
Binary 11111111 10001 101100 0 1011101 1010011 0 101100001 1100100 110101

Color Harmonies of #FF112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF112C

Black with #FF112C

Text Example


Text Example

White with #FF112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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