Html Css Color HEX #FE212D Torch Red

📋 copy color: '#FE212D'

red 254 ◦ green 33 ◦ blue 45

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

Shades of Torch Red #FE212D

Tints of Torch Red #FE212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 76.51%
G = 9.94%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE212D (or 0xFE212D) is known color: Torch Red. HEX triplet: FE, 21 and 2D. RGB value is (254,33,45). Sum of RGB (Red+Green+Blue) = 254+33+45=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE212D is #01DED2. Grayscale: #646464. Windows color (decimal): -122579 or 2957822. OLE color: 2957822.

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

Color convert

RGB 254 33 45 -
CMYK 0 0.87 0.82 0.00
HSL 356.74º 0.99% 0.56% -
HSV(B) 356.74º 0.87% 1% -
XYZ 41.89 22.35 4.59 -
YUV 100.45 96.72 237.52 -
System Red Green Blue C M Y K H S L
Decimal 254 33 45 0 0.87 0.82 0.00 356.74 0.99 0.56
Hex FE 21 2D 0 57 52 0 165 63 38
Octal 376 41 55 0 127 122 0 545 143 70
Binary 11111110 100001 101101 0 1010111 1010010 0 101100101 1100011 111000

Color Harmonies of #FE212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE212D

Black with #FE212D

Text Example


Text Example

White with #FE212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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