Html Css Color HEX #FF0640 Torch Red

📋 copy color: '#FF0640'

red 255 ◦ green 6 ◦ blue 64

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

Shades of Torch Red #FF0640

Tints of Torch Red #FF0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

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

R = 78.46%
G = 1.85%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF0640 (or 0xFF0640) is known color: Torch Red. HEX triplet: FF, 06 and 40. RGB value is (255,6,64). Sum of RGB (Red+Green+Blue) = 255+6+64=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0640 is #00F9BF. Grayscale: #575757. Windows color (decimal): -63936 or 4196095. OLE color: 4196095.

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

Color convert

RGB 255 6 64 -
CMYK 0 0.98 0.75 0
HSL 346.02º 1% 0.51% -
HSV(B) 346.02º 0.98% 1% -
XYZ 42.23 21.76 6.82 -
YUV 87.06 114.99 247.78 -
System Red Green Blue C M Y K H S L
Decimal 255 6 64 0 0.98 0.75 0 346.02 1 0.51
Hex FF 6 40 0 62 4B 0 15A 64 33
Octal 377 6 100 0 142 113 0 532 144 63
Binary 11111111 110 1000000 0 1100010 1001011 0 101011010 1100100 110011

Color Harmonies of #FF0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0640

Black with #FF0640

Text Example


Text Example

White with #FF0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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