Html Css Color HEX #FE0340 Torch Red

📋 copy color: '#FE0340'

red 254 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #FE0340

Tints of Torch Red #FE0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 79.13%
G = 0.93%
B = 19.94%

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

#FE0340 (or 0xFE0340) is known color: Torch Red. HEX triplet: FE, 03 and 40. RGB value is (254,3,64). Sum of RGB (Red+Green+Blue) = 254+3+64=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0340 is #01FCBF. Grayscale: #555555. Windows color (decimal): -130240 or 4195326. OLE color: 4195326.

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

Color convert

RGB 254 3 64 -
CMYK 0 0.99 0.75 0.00
HSL 345.42º 0.99% 0.5% -
HSV(B) 345.42º 0.99% 1% -
XYZ 41.83 21.51 6.8 -
YUV 85 116.16 248.54 -
System Red Green Blue C M Y K H S L
Decimal 254 3 64 0 0.99 0.75 0.00 345.42 0.99 0.5
Hex FE 3 40 0 63 4B 0 159 63 32
Octal 376 3 100 0 143 113 0 531 143 62
Binary 11111110 11 1000000 0 1100011 1001011 0 101011001 1100011 110010

Color Harmonies of #FE0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0340

Black with #FE0340

Text Example


Text Example

White with #FE0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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