Html Css Color HEX #FE153E Torch Red

📋 copy color: '#FE153E'

red 254 ◦ green 21 ◦ blue 62

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

Shades of Torch Red #FE153E

Tints of Torch Red #FE153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 75.37%
G = 6.23%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE153E (or 0xFE153E) is known color: Torch Red. HEX triplet: FE, 15 and 3E. RGB value is (254,21,62). Sum of RGB (Red+Green+Blue) = 254+21+62=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE153E is #01EAC1. Grayscale: #5F5F5F. Windows color (decimal): -125634 or 4068862. OLE color: 4068862.

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

Color convert

RGB 254 21 62 -
CMYK 0 0.92 0.76 0.00
HSL 349.44º 0.99% 0.54% -
HSV(B) 349.44º 0.92% 1% -
XYZ 42.01 21.95 6.58 -
YUV 95.34 109.19 241.17 -
System Red Green Blue C M Y K H S L
Decimal 254 21 62 0 0.92 0.76 0.00 349.44 0.99 0.54
Hex FE 15 3E 0 5C 4C 0 15D 63 36
Octal 376 25 76 0 134 114 0 535 143 66
Binary 11111110 10101 111110 0 1011100 1001100 0 101011101 1100011 110110

Color Harmonies of #FE153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE153E

Black with #FE153E

Text Example


Text Example

White with #FE153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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