Html Css Color HEX #FE063A Torch Red

📋 copy color: '#FE063A'

red 254 ◦ green 6 ◦ blue 58

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

Shades of Torch Red #FE063A

Tints of Torch Red #FE063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 79.87%
G = 1.89%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE063A (or 0xFE063A) is known color: Torch Red. HEX triplet: FE, 06 and 3A. RGB value is (254,6,58). Sum of RGB (Red+Green+Blue) = 254+6+58=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE063A is #01F9C5. Grayscale: #565656. Windows color (decimal): -129478 or 3802878. OLE color: 3802878.

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

Color convert

RGB 254 6 58 -
CMYK 0 0.98 0.77 0.00
HSL 347.42º 0.99% 0.51% -
HSV(B) 347.42º 0.98% 1% -
XYZ 41.7 21.51 5.96 -
YUV 86.08 112.16 247.77 -
System Red Green Blue C M Y K H S L
Decimal 254 6 58 0 0.98 0.77 0.00 347.42 0.99 0.51
Hex FE 6 3A 0 62 4D 0 15B 63 33
Octal 376 6 72 0 142 115 0 533 143 63
Binary 11111110 110 111010 0 1100010 1001101 0 101011011 1100011 110011

Color Harmonies of #FE063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE063A

Black with #FE063A

Text Example


Text Example

White with #FE063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE063A; }

 p { color: rgb(254,6,58); }

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

background-color css

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

 a { background-color: rgb(254,6,58); }

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

border-color css

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

 span { border-color: rgb(254,6,58); }

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