Html Css Color HEX #FE0240 Torch Red

📋 copy color: '#FE0240'

red 254 ◦ green 2 ◦ blue 64

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

Shades of Torch Red #FE0240

Tints of Torch Red #FE0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 79.38%
G = 0.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE0240 (or 0xFE0240) is known color: Torch Red. HEX triplet: FE, 02 and 40. RGB value is (254,2,64). Sum of RGB (Red+Green+Blue) = 254+2+64=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0240 is #01FDBF. Grayscale: #545454. Windows color (decimal): -130496 or 4195070. OLE color: 4195070.

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

Color convert

RGB 254 2 64 -
CMYK 0 0.99 0.75 0.00
HSL 345.24º 0.99% 0.5% -
HSV(B) 345.24º 0.99% 1% -
XYZ 41.82 21.48 6.79 -
YUV 84.42 116.49 248.96 -
System Red Green Blue C M Y K H S L
Decimal 254 2 64 0 0.99 0.75 0.00 345.24 0.99 0.5
Hex FE 2 40 0 63 4B 0 159 63 32
Octal 376 2 100 0 143 113 0 531 143 62
Binary 11111110 10 1000000 0 1100011 1001011 0 101011001 1100011 110010

Color Harmonies of #FE0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0240

Black with #FE0240

Text Example


Text Example

White with #FE0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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