Html Css Color HEX #FE1E4B Torch Red

📋 copy color: '#FE1E4B'

red 254 ◦ green 30 ◦ blue 75

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

Shades of Torch Red #FE1E4B

Tints of Torch Red #FE1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 70.75%
G = 8.36%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE1E4B (or 0xFE1E4B) is known color: Torch Red. HEX triplet: FE, 1E and 4B. RGB value is (254,30,75). Sum of RGB (Red+Green+Blue) = 254+30+75=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E4B is #01E1B4. Grayscale: #666666. Windows color (decimal): -123317 or 4923134. OLE color: 4923134.

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

Color convert

RGB 254 30 75 -
CMYK 0 0.88 0.70 0.00
HSL 347.95º 0.99% 0.56% -
HSV(B) 347.95º 0.88% 1% -
XYZ 42.61 22.51 8.76 -
YUV 102.11 112.71 236.34 -
System Red Green Blue C M Y K H S L
Decimal 254 30 75 0 0.88 0.70 0.00 347.95 0.99 0.56
Hex FE 1E 4B 0 58 46 0 15C 63 38
Octal 376 36 113 0 130 106 0 534 143 70
Binary 11111110 11110 1001011 0 1011000 1000110 0 101011100 1100011 111000

Color Harmonies of #FE1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1E4B

Black with #FE1E4B

Text Example


Text Example

White with #FE1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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