Html Css Color HEX #FE1540 Torch Red

📋 copy color: '#FE1540'

red 254 ◦ green 21 ◦ blue 64

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

Shades of Torch Red #FE1540

Tints of Torch Red #FE1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

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

R = 74.93%
G = 6.19%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE1540 (or 0xFE1540) is known color: Torch Red. HEX triplet: FE, 15 and 40. RGB value is (254,21,64). Sum of RGB (Red+Green+Blue) = 254+21+64=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1540 is #01EABF. Grayscale: #5F5F5F. Windows color (decimal): -125632 or 4199934. OLE color: 4199934.

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

Color convert

RGB 254 21 64 -
CMYK 0 0.92 0.75 0.00
HSL 348.93º 0.99% 0.54% -
HSV(B) 348.93º 0.92% 1% -
XYZ 42.07 21.98 6.88 -
YUV 95.57 110.19 241 -
System Red Green Blue C M Y K H S L
Decimal 254 21 64 0 0.92 0.75 0.00 348.93 0.99 0.54
Hex FE 15 40 0 5C 4B 0 15D 63 36
Octal 376 25 100 0 134 113 0 535 143 66
Binary 11111110 10101 1000000 0 1011100 1001011 0 101011101 1100011 110110

Color Harmonies of #FE1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1540

Black with #FE1540

Text Example


Text Example

White with #FE1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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