Html Css Color HEX #FE044B Torch Red

📋 copy color: '#FE044B'

red 254 ◦ green 4 ◦ blue 75

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

Shades of Torch Red #FE044B

Tints of Torch Red #FE044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 76.28%
G = 1.2%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE044B (or 0xFE044B) is known color: Torch Red. HEX triplet: FE, 04 and 4B. RGB value is (254,4,75). Sum of RGB (Red+Green+Blue) = 254+4+75=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE044B is #01FBB4. Grayscale: #565656. Windows color (decimal): -129973 or 4916478. OLE color: 4916478.

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

Color convert

RGB 254 4 75 -
CMYK 0 0.98 0.70 0.00
HSL 342.96º 0.99% 0.51% -
HSV(B) 342.96º 0.98% 1% -
XYZ 42.19 21.67 8.62 -
YUV 86.84 121.33 247.23 -
System Red Green Blue C M Y K H S L
Decimal 254 4 75 0 0.98 0.70 0.00 342.96 0.99 0.51
Hex FE 4 4B 0 62 46 0 157 63 33
Octal 376 4 113 0 142 106 0 527 143 63
Binary 11111110 100 1001011 0 1100010 1000110 0 101010111 1100011 110011

Color Harmonies of #FE044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE044B

Black with #FE044B

Text Example


Text Example

White with #FE044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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