Html Css Color HEX #FE073D Torch Red

📋 copy color: '#FE073D'

red 254 ◦ green 7 ◦ blue 61

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

Shades of Torch Red #FE073D

Tints of Torch Red #FE073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 78.88%
G = 2.17%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE073D (or 0xFE073D) is known color: Torch Red. HEX triplet: FE, 07 and 3D. RGB value is (254,7,61). Sum of RGB (Red+Green+Blue) = 254+7+61=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE073D is #01F8C2. Grayscale: #575757. Windows color (decimal): -129219 or 3999742. OLE color: 3999742.

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

Color convert

RGB 254 7 61 -
CMYK 0 0.97 0.76 0.00
HSL 346.88º 0.99% 0.51% -
HSV(B) 346.88º 0.97% 1% -
XYZ 41.79 21.56 6.37 -
YUV 87.01 113.33 247.11 -
System Red Green Blue C M Y K H S L
Decimal 254 7 61 0 0.97 0.76 0.00 346.88 0.99 0.51
Hex FE 7 3D 0 61 4C 0 15B 63 33
Octal 376 7 75 0 141 114 0 533 143 63
Binary 11111110 111 111101 0 1100001 1001100 0 101011011 1100011 110011

Color Harmonies of #FE073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE073D

Black with #FE073D

Text Example


Text Example

White with #FE073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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