Html Css Color HEX #FE343E Alizarin

📋 copy color: '#FE343E'

red 254 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #FE343E

Tints of Alizarin #FE343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

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

R = 69.02%
G = 14.13%
B = 16.85%

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

#FE343E (or 0xFE343E) is known color: Alizarin. HEX triplet: FE, 34 and 3E. RGB value is (254,52,62). Sum of RGB (Red+Green+Blue) = 254+52+62=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE343E is #01CBC1. Grayscale: #717171. Windows color (decimal): -117698 or 4076798. OLE color: 4076798.

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

Color convert

RGB 254 52 62 -
CMYK 0 0.80 0.76 0.00
HSL 357.03º 0.99% 0.6% -
HSV(B) 357.03º 0.8% 1% -
XYZ 42.97 23.87 6.9 -
YUV 113.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 254 52 62 0 0.80 0.76 0.00 357.03 0.99 0.6
Hex FE 34 3E 0 50 4C 0 165 63 3C
Octal 376 64 76 0 120 114 0 545 143 74
Binary 11111110 110100 111110 0 1010000 1001100 0 101100101 1100011 111100

Color Harmonies of #FE343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE343E

Black with #FE343E

Text Example


Text Example

White with #FE343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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