Html Css Color HEX #FF0141 Torch Red

📋 copy color: '#FF0141'

red 255 ◦ green 1 ◦ blue 65

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

Shades of Torch Red #FF0141

Tints of Torch Red #FF0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 79.44%
G = 0.31%
B = 20.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF0141 (or 0xFF0141) is known color: Torch Red. HEX triplet: FF, 01 and 41. RGB value is (255,1,65). Sum of RGB (Red+Green+Blue) = 255+1+65=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0141 is #00FEBE. Grayscale: #545454. Windows color (decimal): -65215 or 4260351. OLE color: 4260351.

HSL color Cylindrical-coordinate representation of color #FF0141: hue angle of 344.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0141 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 65 -
CMYK 0 1.00 0.75 0
HSL 344.88º 1% 0.5% -
HSV(B) 344.88º 1% 1% -
XYZ 42.2 21.66 6.96 -
YUV 84.24 117.15 249.8 -
System Red Green Blue C M Y K H S L
Decimal 255 1 65 0 1.00 0.75 0 344.88 1 0.5
Hex FF 1 41 0 64 4B 0 159 64 32
Octal 377 1 101 0 144 113 0 531 144 62
Binary 11111111 1 1000001 0 1100100 1001011 0 101011001 1100100 110010

Color Harmonies of #FF0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0141

Black with #FF0141

Text Example


Text Example

White with #FF0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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