Html Css Color HEX #FF2640 Torch Red

📋 copy color: '#FF2640'

red 255 ◦ green 38 ◦ blue 64

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

Shades of Torch Red #FF2640

Tints of Torch Red #FF2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 71.43%
G = 10.64%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2640 (or 0xFF2640) is known color: Torch Red. HEX triplet: FF, 26 and 40. RGB value is (255,38,64). Sum of RGB (Red+Green+Blue) = 255+38+64=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2640 is #00D9BF. Grayscale: #696969. Windows color (decimal): -55744 or 4204287. OLE color: 4204287.

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

Color convert

RGB 255 38 64 -
CMYK 0 0.85 0.75 0
HSL 352.81º 1% 0.57% -
HSV(B) 352.81º 0.85% 1% -
XYZ 42.86 23.02 7.03 -
YUV 105.85 104.39 234.39 -
System Red Green Blue C M Y K H S L
Decimal 255 38 64 0 0.85 0.75 0 352.81 1 0.57
Hex FF 26 40 0 55 4B 0 161 64 39
Octal 377 46 100 0 125 113 0 541 144 71
Binary 11111111 100110 1000000 0 1010101 1001011 0 101100001 1100100 111001

Color Harmonies of #FF2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2640

Black with #FF2640

Text Example


Text Example

White with #FF2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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