Html Css Color HEX #FE074B Torch Red

📋 copy color: '#FE074B'

red 254 ◦ green 7 ◦ blue 75

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

Shades of Torch Red #FE074B

Tints of Torch Red #FE074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 75.6%
G = 2.08%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE074B (or 0xFE074B) is known color: Torch Red. HEX triplet: FE, 07 and 4B. RGB value is (254,7,75). Sum of RGB (Red+Green+Blue) = 254+7+75=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE074B is #01F8B4. Grayscale: #585858. Windows color (decimal): -129205 or 4917246. OLE color: 4917246.

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

Color convert

RGB 254 7 75 -
CMYK 0 0.97 0.70 0.00
HSL 343.48º 0.99% 0.51% -
HSV(B) 343.48º 0.97% 1% -
XYZ 42.22 21.73 8.63 -
YUV 88.61 120.33 245.97 -
System Red Green Blue C M Y K H S L
Decimal 254 7 75 0 0.97 0.70 0.00 343.48 0.99 0.51
Hex FE 7 4B 0 61 46 0 157 63 33
Octal 376 7 113 0 141 106 0 527 143 63
Binary 11111110 111 1001011 0 1100001 1000110 0 101010111 1100011 110011

Color Harmonies of #FE074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE074B

Black with #FE074B

Text Example


Text Example

White with #FE074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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