Html Css Color HEX #FE213E Torch Red

📋 copy color: '#FE213E'

red 254 ◦ green 33 ◦ blue 62

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

Shades of Torch Red #FE213E

Tints of Torch Red #FE213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

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

R = 72.78%
G = 9.46%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE213E (or 0xFE213E) is known color: Torch Red. HEX triplet: FE, 21 and 3E. RGB value is (254,33,62). Sum of RGB (Red+Green+Blue) = 254+33+62=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE213E is #01DEC1. Grayscale: #666666. Windows color (decimal): -122562 or 4071934. OLE color: 4071934.

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

Color convert

RGB 254 33 62 -
CMYK 0 0.87 0.76 0.00
HSL 352.13º 0.99% 0.56% -
HSV(B) 352.13º 0.87% 1% -
XYZ 42.29 22.51 6.67 -
YUV 102.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 254 33 62 0 0.87 0.76 0.00 352.13 0.99 0.56
Hex FE 21 3E 0 57 4C 0 160 63 38
Octal 376 41 76 0 127 114 0 540 143 70
Binary 11111110 100001 111110 0 1010111 1001100 0 101100000 1100011 111000

Color Harmonies of #FE213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE213E

Black with #FE213E

Text Example


Text Example

White with #FE213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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