Html Css Color HEX #FF1940 Torch Red

📋 copy color: '#FF1940'

red 255 ◦ green 25 ◦ blue 64

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

Shades of Torch Red #FF1940

Tints of Torch Red #FF1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 74.13%
G = 7.27%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF1940 (or 0xFF1940) is known color: Torch Red. HEX triplet: FF, 19 and 40. RGB value is (255,25,64). Sum of RGB (Red+Green+Blue) = 255+25+64=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1940 is #00E6BF. Grayscale: #626262. Windows color (decimal): -59072 or 4200959. OLE color: 4200959.

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

Color convert

RGB 255 25 64 -
CMYK 0 0.90 0.75 0
HSL 349.83º 1% 0.55% -
HSV(B) 349.83º 0.9% 1% -
XYZ 42.51 22.33 6.92 -
YUV 98.22 108.7 239.83 -
System Red Green Blue C M Y K H S L
Decimal 255 25 64 0 0.90 0.75 0 349.83 1 0.55
Hex FF 19 40 0 5A 4B 0 15E 64 37
Octal 377 31 100 0 132 113 0 536 144 67
Binary 11111111 11001 1000000 0 1011010 1001011 0 101011110 1100100 110111

Color Harmonies of #FF1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1940

Black with #FF1940

Text Example


Text Example

White with #FF1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1940; }

 p { color: rgb(255,25,64); }

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

background-color css

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

 a { background-color: rgb(255,25,64); }

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

border-color css

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

 span { border-color: rgb(255,25,64); }

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