Html Css Color HEX #FE032F Torch Red

📋 copy color: '#FE032F'

red 254 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #FE032F

Tints of Torch Red #FE032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 83.55%
G = 0.99%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE032F (or 0xFE032F) is known color: Torch Red. HEX triplet: FE, 03 and 2F. RGB value is (254,3,47). Sum of RGB (Red+Green+Blue) = 254+3+47=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE032F is #01FCD0. Grayscale: #535353. Windows color (decimal): -130257 or 3081214. OLE color: 3081214.

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

Color convert

RGB 254 3 47 -
CMYK 0 0.99 0.81 0.00
HSL 349.48º 0.99% 0.5% -
HSV(B) 349.48º 0.99% 1% -
XYZ 41.42 21.34 4.63 -
YUV 83.07 107.66 249.92 -
System Red Green Blue C M Y K H S L
Decimal 254 3 47 0 0.99 0.81 0.00 349.48 0.99 0.5
Hex FE 3 2F 0 63 51 0 15D 63 32
Octal 376 3 57 0 143 121 0 535 143 62
Binary 11111110 11 101111 0 1100011 1010001 0 101011101 1100011 110010

Color Harmonies of #FE032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE032F

Black with #FE032F

Text Example


Text Example

White with #FE032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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