Html Css Color HEX #FE154B Torch Red

📋 copy color: '#FE154B'

red 254 ◦ green 21 ◦ blue 75

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

Shades of Torch Red #FE154B

Tints of Torch Red #FE154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 72.57%
G = 6%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE154B (or 0xFE154B) is known color: Torch Red. HEX triplet: FE, 15 and 4B. RGB value is (254,21,75). Sum of RGB (Red+Green+Blue) = 254+21+75=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE154B is #01EAB4. Grayscale: #606060. Windows color (decimal): -125621 or 4920830. OLE color: 4920830.

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

Color convert

RGB 254 21 75 -
CMYK 0 0.92 0.70 0.00
HSL 346.09º 0.99% 0.54% -
HSV(B) 346.09º 0.92% 1% -
XYZ 42.41 22.12 8.69 -
YUV 96.82 115.69 240.11 -
System Red Green Blue C M Y K H S L
Decimal 254 21 75 0 0.92 0.70 0.00 346.09 0.99 0.54
Hex FE 15 4B 0 5C 46 0 15A 63 36
Octal 376 25 113 0 134 106 0 532 143 66
Binary 11111110 10101 1001011 0 1011100 1000110 0 101011010 1100011 110110

Color Harmonies of #FE154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE154B

Black with #FE154B

Text Example


Text Example

White with #FE154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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