Html Css Color HEX #FE2840 Torch Red

📋 copy color: '#FE2840'

red 254 ◦ green 40 ◦ blue 64

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

Shades of Torch Red #FE2840

Tints of Torch Red #FE2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 70.95%
G = 11.17%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE2840 (or 0xFE2840) is known color: Torch Red. HEX triplet: FE, 28 and 40. RGB value is (254,40,64). Sum of RGB (Red+Green+Blue) = 254+40+64=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2840 is #01D7BF. Grayscale: #6A6A6A. Windows color (decimal): -120768 or 4204798. OLE color: 4204798.

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

Color convert

RGB 254 40 64 -
CMYK 0 0.84 0.75 0.00
HSL 353.27º 0.99% 0.58% -
HSV(B) 353.27º 0.84% 1% -
XYZ 42.56 22.96 7.04 -
YUV 106.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 254 40 64 0 0.84 0.75 0.00 353.27 0.99 0.58
Hex FE 28 40 0 54 4B 0 161 63 3A
Octal 376 50 100 0 124 113 0 541 143 72
Binary 11111110 101000 1000000 0 1010100 1001011 0 101100001 1100011 111010

Color Harmonies of #FE2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2840

Black with #FE2840

Text Example


Text Example

White with #FE2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2840; }

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

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

background-color css

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

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

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

border-color css

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

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

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