Html Css Color HEX #FE0440 Torch Red

📋 copy color: '#FE0440'

red 254 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #FE0440

Tints of Torch Red #FE0440

RGB

 RED value IS 254 (99.61% from 255) = 78.88%

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

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

R = 78.88%
G = 1.24%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE0440 (or 0xFE0440) is known color: Torch Red. HEX triplet: FE, 04 and 40. RGB value is (254,4,64). Sum of RGB (Red+Green+Blue) = 254+4+64=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0440 is #01FBBF. Grayscale: #555555. Windows color (decimal): -129984 or 4195582. OLE color: 4195582.

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

Color convert

RGB 254 4 64 -
CMYK 0 0.98 0.75 0.00
HSL 345.6º 0.99% 0.51% -
HSV(B) 345.6º 0.98% 1% -
XYZ 41.84 21.53 6.8 -
YUV 85.59 115.83 248.12 -
System Red Green Blue C M Y K H S L
Decimal 254 4 64 0 0.98 0.75 0.00 345.6 0.99 0.51
Hex FE 4 40 0 62 4B 0 15A 63 33
Octal 376 4 100 0 142 113 0 532 143 63
Binary 11111110 100 1000000 0 1100010 1001011 0 101011010 1100011 110011

Color Harmonies of #FE0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0440

Black with #FE0440

Text Example


Text Example

White with #FE0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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