Html Css Color HEX #FE003E Torch Red

📋 copy color: '#FE003E'

red 254 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #FE003E

Tints of Torch Red #FE003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 80.38%
G = 0%
B = 19.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE003E (or 0xFE003E) is known color: Torch Red. HEX triplet: FE, 00 and 3E. RGB value is (254,0,62). Sum of RGB (Red+Green+Blue) = 254+0+62=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE003E is #01FFC1. Grayscale: #535353. Windows color (decimal): -131010 or 4063486. OLE color: 4063486.

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

Color convert

RGB 254 0 62 -
CMYK 0 1 0.76 0.00
HSL 345.35º 1% 0.5% -
HSV(B) 345.35º 1% 1% -
XYZ 41.74 21.42 6.49 -
YUV 83.01 116.15 249.96 -
System Red Green Blue C M Y K H S L
Decimal 254 0 62 0 1 0.76 0.00 345.35 1 0.5
Hex FE 0 3E 0 64 4C 0 159 64 32
Octal 376 0 76 0 144 114 0 531 144 62
Binary 11111110 0 111110 0 1100100 1001100 0 101011001 1100100 110010

Color Harmonies of #FE003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE003E

Black with #FE003E

Text Example


Text Example

White with #FE003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE003E; }

 p { color: rgb(254,0,62); }

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

background-color css

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

 a { background-color: rgb(254,0,62); }

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

border-color css

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

 span { border-color: rgb(254,0,62); }

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