Html Css Color HEX #FE313E Alizarin

📋 copy color: '#FE313E'

red 254 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #FE313E

Tints of Alizarin #FE313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 69.59%
G = 13.42%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE313E (or 0xFE313E) is known color: Alizarin. HEX triplet: FE, 31 and 3E. RGB value is (254,49,62). Sum of RGB (Red+Green+Blue) = 254+49+62=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE313E is #01CEC1. Grayscale: #6F6F6F. Windows color (decimal): -118466 or 4076030. OLE color: 4076030.

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

Color convert

RGB 254 49 62 -
CMYK 0 0.81 0.76 0.00
HSL 356.2º 0.99% 0.59% -
HSV(B) 356.2º 0.81% 1% -
XYZ 42.84 23.62 6.86 -
YUV 111.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 254 49 62 0 0.81 0.76 0.00 356.2 0.99 0.59
Hex FE 31 3E 0 51 4C 0 164 63 3B
Octal 376 61 76 0 121 114 0 544 143 73
Binary 11111110 110001 111110 0 1010001 1001100 0 101100100 1100011 111011

Color Harmonies of #FE313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE313E

Black with #FE313E

Text Example


Text Example

White with #FE313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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