Html Css Color HEX #FF1139 Torch Red

📋 copy color: '#FF1139'

red 255 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #FF1139

Tints of Torch Red #FF1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 77.51%
G = 5.17%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF1139 (or 0xFF1139) is known color: Torch Red. HEX triplet: FF, 11 and 39. RGB value is (255,17,57). Sum of RGB (Red+Green+Blue) = 255+17+57=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1139 is #00EEC6. Grayscale: #5C5C5C. Windows color (decimal): -61127 or 3740159. OLE color: 3740159.

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

Color convert

RGB 255 17 57 -
CMYK 0 0.93 0.78 0
HSL 349.92º 1% 0.53% -
HSV(B) 349.92º 0.93% 1% -
XYZ 42.18 21.96 5.89 -
YUV 92.72 107.85 243.75 -
System Red Green Blue C M Y K H S L
Decimal 255 17 57 0 0.93 0.78 0 349.92 1 0.53
Hex FF 11 39 0 5D 4E 0 15E 64 35
Octal 377 21 71 0 135 116 0 536 144 65
Binary 11111111 10001 111001 0 1011101 1001110 0 101011110 1100100 110101

Color Harmonies of #FF1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1139

Black with #FF1139

Text Example


Text Example

White with #FF1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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