Html Css Color HEX #FE343F Alizarin

📋 copy color: '#FE343F'

red 254 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #FE343F

Tints of Alizarin #FE343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 68.83%
G = 14.09%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE343F (or 0xFE343F) is known color: Alizarin. HEX triplet: FE, 34 and 3F. RGB value is (254,52,63). Sum of RGB (Red+Green+Blue) = 254+52+63=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE343F is #01CBC0. Grayscale: #717171. Windows color (decimal): -117697 or 4142334. OLE color: 4142334.

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

Color convert

RGB 254 52 63 -
CMYK 0 0.80 0.75 0.00
HSL 356.73º 0.99% 0.6% -
HSV(B) 356.73º 0.8% 1% -
XYZ 43 23.89 7.05 -
YUV 113.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 254 52 63 0 0.80 0.75 0.00 356.73 0.99 0.6
Hex FE 34 3F 0 50 4B 0 165 63 3C
Octal 376 64 77 0 120 113 0 545 143 74
Binary 11111110 110100 111111 0 1010000 1001011 0 101100101 1100011 111100

Color Harmonies of #FE343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE343F

Black with #FE343F

Text Example


Text Example

White with #FE343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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