Html Css Color HEX #FE1551 Torch Red

📋 copy color: '#FE1551'

red 254 ◦ green 21 ◦ blue 81

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

Shades of Torch Red #FE1551

Tints of Torch Red #FE1551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.75%

R = 71.35%
G = 5.9%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE1551 (or 0xFE1551) is known color: Torch Red. HEX triplet: FE, 15 and 51. RGB value is (254,21,81). Sum of RGB (Red+Green+Blue) = 254+21+81=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1551 is #01EAAE. Grayscale: #616161. Windows color (decimal): -125615 or 5314046. OLE color: 5314046.

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

Color convert

RGB 254 21 81 -
CMYK 0 0.92 0.68 0.00
HSL 344.55º 0.99% 0.54% -
HSV(B) 344.55º 0.92% 1% -
XYZ 42.63 22.2 9.82 -
YUV 97.51 118.69 239.62 -
System Red Green Blue C M Y K H S L
Decimal 254 21 81 0 0.92 0.68 0.00 344.55 0.99 0.54
Hex FE 15 51 0 5C 44 0 159 63 36
Octal 376 25 121 0 134 104 0 531 143 66
Binary 11111110 10101 1010001 0 1011100 1000100 0 101011001 1100011 110110

Color Harmonies of #FE1551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1551

Black with #FE1551

Text Example


Text Example

White with #FE1551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1551; }

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

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

background-color css

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

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

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

border-color css

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

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

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