Html Css Color HEX #FE313B Alizarin

📋 copy color: '#FE313B'

red 254 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #FE313B

Tints of Alizarin #FE313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 70.17%
G = 13.54%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE313B (or 0xFE313B) is known color: Alizarin. HEX triplet: FE, 31 and 3B. RGB value is (254,49,59). Sum of RGB (Red+Green+Blue) = 254+49+59=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE313B is #01CEC4. Grayscale: #6F6F6F. Windows color (decimal): -118469 or 3879422. OLE color: 3879422.

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

Color convert

RGB 254 49 59 -
CMYK 0 0.81 0.77 0.00
HSL 357.07º 0.99% 0.59% -
HSV(B) 357.07º 0.81% 1% -
XYZ 42.76 23.58 6.44 -
YUV 111.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 254 49 59 0 0.81 0.77 0.00 357.07 0.99 0.59
Hex FE 31 3B 0 51 4D 0 165 63 3B
Octal 376 61 73 0 121 115 0 545 143 73
Binary 11111110 110001 111011 0 1010001 1001101 0 101100101 1100011 111011

Color Harmonies of #FE313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE313B

Black with #FE313B

Text Example


Text Example

White with #FE313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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