Html Css Color HEX #FE0349 Torch Red

📋 copy color: '#FE0349'

red 254 ◦ green 3 ◦ blue 73

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

Shades of Torch Red #FE0349

Tints of Torch Red #FE0349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 76.97%
G = 0.91%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE0349 (or 0xFE0349) is known color: Torch Red. HEX triplet: FE, 03 and 49. RGB value is (254,3,73). Sum of RGB (Red+Green+Blue) = 254+3+73=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0349 is #01FCB6. Grayscale: #565656. Windows color (decimal): -130231 or 4785150. OLE color: 4785150.

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

Color convert

RGB 254 3 73 -
CMYK 0 0.99 0.71 0.00
HSL 343.27º 0.99% 0.5% -
HSV(B) 343.27º 0.99% 1% -
XYZ 42.11 21.62 8.26 -
YUV 86.03 120.66 247.81 -
System Red Green Blue C M Y K H S L
Decimal 254 3 73 0 0.99 0.71 0.00 343.27 0.99 0.5
Hex FE 3 49 0 63 47 0 157 63 32
Octal 376 3 111 0 143 107 0 527 143 62
Binary 11111110 11 1001001 0 1100011 1000111 0 101010111 1100011 110010

Color Harmonies of #FE0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0349

Black with #FE0349

Text Example


Text Example

White with #FE0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0349; }

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

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

background-color css

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

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

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

border-color css

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

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

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