Html Css Color HEX #FE213D Torch Red

📋 copy color: '#FE213D'

red 254 ◦ green 33 ◦ blue 61

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

Shades of Torch Red #FE213D

Tints of Torch Red #FE213D

RGB

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

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

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

R = 72.99%
G = 9.48%
B = 17.53%

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

#FE213D (or 0xFE213D) is known color: Torch Red. HEX triplet: FE, 21 and 3D. RGB value is (254,33,61). Sum of RGB (Red+Green+Blue) = 254+33+61=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE213D is #01DEC2. Grayscale: #666666. Windows color (decimal): -122563 or 4006398. OLE color: 4006398.

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

Color convert

RGB 254 33 61 -
CMYK 0 0.87 0.76 0.00
HSL 352.4º 0.99% 0.56% -
HSV(B) 352.4º 0.87% 1% -
XYZ 42.26 22.5 6.53 -
YUV 102.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 254 33 61 0 0.87 0.76 0.00 352.4 0.99 0.56
Hex FE 21 3D 0 57 4C 0 160 63 38
Octal 376 41 75 0 127 114 0 540 143 70
Binary 11111110 100001 111101 0 1010111 1001100 0 101100000 1100011 111000

Color Harmonies of #FE213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE213D

Black with #FE213D

Text Example


Text Example

White with #FE213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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