Html Css Color HEX #FE343A Alizarin

📋 copy color: '#FE343A'

red 254 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #FE343A

Tints of Alizarin #FE343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 69.78%
G = 14.29%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE343A (or 0xFE343A) is known color: Alizarin. HEX triplet: FE, 34 and 3A. RGB value is (254,52,58). Sum of RGB (Red+Green+Blue) = 254+52+58=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE343A is #01CBC5. Grayscale: #717171. Windows color (decimal): -117702 or 3814654. OLE color: 3814654.

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

Color convert

RGB 254 52 58 -
CMYK 0 0.80 0.77 0.00
HSL 358.22º 0.99% 0.6% -
HSV(B) 358.22º 0.8% 1% -
XYZ 42.86 23.83 6.34 -
YUV 113.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 254 52 58 0 0.80 0.77 0.00 358.22 0.99 0.6
Hex FE 34 3A 0 50 4D 0 166 63 3C
Octal 376 64 72 0 120 115 0 546 143 74
Binary 11111110 110100 111010 0 1010000 1001101 0 101100110 1100011 111100

Color Harmonies of #FE343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE343A

Black with #FE343A

Text Example


Text Example

White with #FE343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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