Html Css Color HEX #FE153F Torch Red

📋 copy color: '#FE153F'

red 254 ◦ green 21 ◦ blue 63

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

Shades of Torch Red #FE153F

Tints of Torch Red #FE153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 75.15%
G = 6.21%
B = 18.64%

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

#FE153F (or 0xFE153F) is known color: Torch Red. HEX triplet: FE, 15 and 3F. RGB value is (254,21,63). Sum of RGB (Red+Green+Blue) = 254+21+63=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE153F is #01EAC0. Grayscale: #5F5F5F. Windows color (decimal): -125633 or 4134398. OLE color: 4134398.

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

Color convert

RGB 254 21 63 -
CMYK 0 0.92 0.75 0.00
HSL 349.18º 0.99% 0.54% -
HSV(B) 349.18º 0.92% 1% -
XYZ 42.04 21.97 6.73 -
YUV 95.46 109.69 241.08 -
System Red Green Blue C M Y K H S L
Decimal 254 21 63 0 0.92 0.75 0.00 349.18 0.99 0.54
Hex FE 15 3F 0 5C 4B 0 15D 63 36
Octal 376 25 77 0 134 113 0 535 143 66
Binary 11111110 10101 111111 0 1011100 1001011 0 101011101 1100011 110110

Color Harmonies of #FE153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE153F

Black with #FE153F

Text Example


Text Example

White with #FE153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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