Html Css Color HEX #FE034B Torch Red

📋 copy color: '#FE034B'

red 254 ◦ green 3 ◦ blue 75

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

Shades of Torch Red #FE034B

Tints of Torch Red #FE034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 76.51%
G = 0.9%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE034B (or 0xFE034B) is known color: Torch Red. HEX triplet: FE, 03 and 4B. RGB value is (254,3,75). Sum of RGB (Red+Green+Blue) = 254+3+75=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE034B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE034B is #01FCB4. Grayscale: #565656. Windows color (decimal): -130229 or 4916222. OLE color: 4916222.

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

Color convert

RGB 254 3 75 -
CMYK 0 0.99 0.70 0.00
HSL 342.79º 0.99% 0.5% -
HSV(B) 342.79º 0.99% 1% -
XYZ 42.18 21.64 8.61 -
YUV 86.26 121.66 247.65 -
System Red Green Blue C M Y K H S L
Decimal 254 3 75 0 0.99 0.70 0.00 342.79 0.99 0.5
Hex FE 3 4B 0 63 46 0 157 63 32
Octal 376 3 113 0 143 106 0 527 143 62
Binary 11111110 11 1001011 0 1100011 1000110 0 101010111 1100011 110010

Color Harmonies of #FE034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE034B

Black with #FE034B

Text Example


Text Example

White with #FE034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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