Html Css Color HEX #FE023D Torch Red

📋 copy color: '#FE023D'

red 254 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #FE023D

Tints of Torch Red #FE023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 80.13%
G = 0.63%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE023D (or 0xFE023D) is known color: Torch Red. HEX triplet: FE, 02 and 3D. RGB value is (254,2,61). Sum of RGB (Red+Green+Blue) = 254+2+61=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE023D is #01FDC2. Grayscale: #545454. Windows color (decimal): -130499 or 3998462. OLE color: 3998462.

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

Color convert

RGB 254 2 61 -
CMYK 0 0.99 0.76 0.00
HSL 345.95º 0.99% 0.5% -
HSV(B) 345.95º 0.99% 1% -
XYZ 41.74 21.45 6.36 -
YUV 84.07 114.99 249.2 -
System Red Green Blue C M Y K H S L
Decimal 254 2 61 0 0.99 0.76 0.00 345.95 0.99 0.5
Hex FE 2 3D 0 63 4C 0 15A 63 32
Octal 376 2 75 0 143 114 0 532 143 62
Binary 11111110 10 111101 0 1100011 1001100 0 101011010 1100011 110010

Color Harmonies of #FE023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE023D

Black with #FE023D

Text Example


Text Example

White with #FE023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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