Html Css Color HEX #FE031A Torch Red

📋 copy color: '#FE031A'

red 254 ◦ green 3 ◦ blue 26

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

Shades of Torch Red #FE031A

Tints of Torch Red #FE031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 89.75%
G = 1.06%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE031A (or 0xFE031A) is known color: Torch Red. HEX triplet: FE, 03 and 1A. RGB value is (254,3,26). Sum of RGB (Red+Green+Blue) = 254+3+26=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE031A is #01FCE5. Grayscale: #505050. Windows color (decimal): -130278 or 1704958. OLE color: 1704958.

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

Color convert

RGB 254 3 26 -
CMYK 0 0.99 0.90 0.00
HSL 354.5º 0.99% 0.5% -
HSV(B) 354.5º 0.99% 1% -
XYZ 41.09 21.21 2.91 -
YUV 80.67 97.16 251.63 -
System Red Green Blue C M Y K H S L
Decimal 254 3 26 0 0.99 0.90 0.00 354.5 0.99 0.5
Hex FE 3 1A 0 63 5A 0 163 63 32
Octal 376 3 32 0 143 132 0 543 143 62
Binary 11111110 11 11010 0 1100011 1011010 0 101100011 1100011 110010

Color Harmonies of #FE031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE031A

Black with #FE031A

Text Example


Text Example

White with #FE031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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