Html Css Color HEX #FF1340 Torch Red

📋 copy color: '#FF1340'

red 255 ◦ green 19 ◦ blue 64

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

Shades of Torch Red #FF1340

Tints of Torch Red #FF1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

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

R = 75.44%
G = 5.62%
B = 18.93%

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

#FF1340 (or 0xFF1340) is known color: Torch Red. HEX triplet: FF, 13 and 40. RGB value is (255,19,64). Sum of RGB (Red+Green+Blue) = 255+19+64=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1340 is #00ECBF. Grayscale: #5E5E5E. Windows color (decimal): -60608 or 4199423. OLE color: 4199423.

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

Color convert

RGB 255 19 64 -
CMYK 0 0.93 0.75 0
HSL 348.56º 1% 0.54% -
HSV(B) 348.56º 0.93% 1% -
XYZ 42.4 22.1 6.88 -
YUV 94.69 110.69 242.34 -
System Red Green Blue C M Y K H S L
Decimal 255 19 64 0 0.93 0.75 0 348.56 1 0.54
Hex FF 13 40 0 5D 4B 0 15D 64 36
Octal 377 23 100 0 135 113 0 535 144 66
Binary 11111111 10011 1000000 0 1011101 1001011 0 101011101 1100100 110110

Color Harmonies of #FF1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1340

Black with #FF1340

Text Example


Text Example

White with #FF1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1340; }

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

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

background-color css

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

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

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

border-color css

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

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

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