Html Css Color HEX #FF111C Torch Red

📋 copy color: '#FF111C'

red 255 ◦ green 17 ◦ blue 28

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

Shades of Torch Red #FF111C

Tints of Torch Red #FF111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 85%
G = 5.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF111C (or 0xFF111C) is known color: Torch Red. HEX triplet: FF, 11 and 1C. RGB value is (255,17,28). Sum of RGB (Red+Green+Blue) = 255+17+28=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF111C is #00EEE3. Grayscale: #595959. Windows color (decimal): -61156 or 1839615. OLE color: 1839615.

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

Color convert

RGB 255 17 28 -
CMYK 0 0.93 0.89 0
HSL 357.23º 1% 0.53% -
HSV(B) 357.23º 0.93% 1% -
XYZ 41.65 21.74 3.1 -
YUV 89.42 93.35 246.11 -
System Red Green Blue C M Y K H S L
Decimal 255 17 28 0 0.93 0.89 0 357.23 1 0.53
Hex FF 11 1C 0 5D 59 0 165 64 35
Octal 377 21 34 0 135 131 0 545 144 65
Binary 11111111 10001 11100 0 1011101 1011001 0 101100101 1100100 110101

Color Harmonies of #FF111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF111C

Black with #FF111C

Text Example


Text Example

White with #FF111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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