Html Css Color HEX #FE323E Alizarin

📋 copy color: '#FE323E'

red 254 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #FE323E

Tints of Alizarin #FE323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

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

R = 69.4%
G = 13.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE323E (or 0xFE323E) is known color: Alizarin. HEX triplet: FE, 32 and 3E. RGB value is (254,50,62). Sum of RGB (Red+Green+Blue) = 254+50+62=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE323E is #01CDC1. Grayscale: #707070. Windows color (decimal): -118210 or 4076286. OLE color: 4076286.

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

Color convert

RGB 254 50 62 -
CMYK 0 0.80 0.76 0.00
HSL 356.47º 0.99% 0.6% -
HSV(B) 356.47º 0.8% 1% -
XYZ 42.88 23.7 6.87 -
YUV 112.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 254 50 62 0 0.80 0.76 0.00 356.47 0.99 0.6
Hex FE 32 3E 0 50 4C 0 164 63 3C
Octal 376 62 76 0 120 114 0 544 143 74
Binary 11111110 110010 111110 0 1010000 1001100 0 101100100 1100011 111100

Color Harmonies of #FE323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE323E

Black with #FE323E

Text Example


Text Example

White with #FE323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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