Html Css Color HEX #FE313C Alizarin

📋 copy color: '#FE313C'

red 254 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #FE313C

Tints of Alizarin #FE313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 69.97%
G = 13.5%
B = 16.53%

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

#FE313C (or 0xFE313C) is known color: Alizarin. HEX triplet: FE, 31 and 3C. RGB value is (254,49,60). Sum of RGB (Red+Green+Blue) = 254+49+60=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE313C is #01CEC3. Grayscale: #6F6F6F. Windows color (decimal): -118468 or 3944958. OLE color: 3944958.

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

Color convert

RGB 254 49 60 -
CMYK 0 0.81 0.76 0.00
HSL 356.78º 0.99% 0.59% -
HSV(B) 356.78º 0.81% 1% -
XYZ 42.79 23.59 6.57 -
YUV 111.55 98.92 229.61 -
System Red Green Blue C M Y K H S L
Decimal 254 49 60 0 0.81 0.76 0.00 356.78 0.99 0.59
Hex FE 31 3C 0 51 4C 0 165 63 3B
Octal 376 61 74 0 121 114 0 545 143 73
Binary 11111110 110001 111100 0 1010001 1001100 0 101100101 1100011 111011

Color Harmonies of #FE313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE313C

Black with #FE313C

Text Example


Text Example

White with #FE313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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