Html Css Color HEX #FF0440 Torch Red

📋 copy color: '#FF0440'

red 255 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #FF0440

Tints of Torch Red #FF0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 78.95%
G = 1.24%
B = 19.81%

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

#FF0440 (or 0xFF0440) is known color: Torch Red. HEX triplet: FF, 04 and 40. RGB value is (255,4,64). Sum of RGB (Red+Green+Blue) = 255+4+64=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0440 is #00FBBF. Grayscale: #555555. Windows color (decimal): -64448 or 4195583. OLE color: 4195583.

HSL color Cylindrical-coordinate representation of color #FF0440: hue angle of 345.66º 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 #FF0440 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #FF0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0440

Black with #FF0440

Text Example


Text Example

White with #FF0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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