Html Css Color HEX #FF1141 Torch Red

📋 copy color: '#FF1141'

red 255 ◦ green 17 ◦ blue 65

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

Shades of Torch Red #FF1141

Tints of Torch Red #FF1141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 75.67%
G = 5.04%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF1141 (or 0xFF1141) is known color: Torch Red. HEX triplet: FF, 11 and 41. RGB value is (255,17,65). Sum of RGB (Red+Green+Blue) = 255+17+65=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1141 is #00EEBE. Grayscale: #5D5D5D. Windows color (decimal): -61119 or 4264447. OLE color: 4264447.

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

Color convert

RGB 255 17 65 -
CMYK 0 0.93 0.75 0
HSL 347.9º 1% 0.53% -
HSV(B) 347.9º 0.93% 1% -
XYZ 42.39 22.04 7.02 -
YUV 93.63 111.85 243.1 -
System Red Green Blue C M Y K H S L
Decimal 255 17 65 0 0.93 0.75 0 347.9 1 0.53
Hex FF 11 41 0 5D 4B 0 15C 64 35
Octal 377 21 101 0 135 113 0 534 144 65
Binary 11111111 10001 1000001 0 1011101 1001011 0 101011100 1100100 110101

Color Harmonies of #FF1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1141

Black with #FF1141

Text Example


Text Example

White with #FF1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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