Html Css Color HEX #FF2440 Torch Red

📋 copy color: '#FF2440'

red 255 ◦ green 36 ◦ blue 64

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

Shades of Torch Red #FF2440

Tints of Torch Red #FF2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 71.83%
G = 10.14%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2440 (or 0xFF2440) is known color: Torch Red. HEX triplet: FF, 24 and 40. RGB value is (255,36,64). Sum of RGB (Red+Green+Blue) = 255+36+64=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2440 is #00DBBF. Grayscale: #686868. Windows color (decimal): -56256 or 4203775. OLE color: 4203775.

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

Color convert

RGB 255 36 64 -
CMYK 0 0.86 0.75 0
HSL 352.33º 1% 0.57% -
HSV(B) 352.33º 0.86% 1% -
XYZ 42.8 22.89 7.01 -
YUV 104.67 105.05 235.22 -
System Red Green Blue C M Y K H S L
Decimal 255 36 64 0 0.86 0.75 0 352.33 1 0.57
Hex FF 24 40 0 56 4B 0 160 64 39
Octal 377 44 100 0 126 113 0 540 144 71
Binary 11111111 100100 1000000 0 1010110 1001011 0 101100000 1100100 111001

Color Harmonies of #FF2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2440

Black with #FF2440

Text Example


Text Example

White with #FF2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2440; }

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

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

background-color css

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

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

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

border-color css

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

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

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