Html Css Color HEX #FE353F Alizarin

📋 copy color: '#FE353F'

red 254 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #FE353F

Tints of Alizarin #FE353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 68.65%
G = 14.32%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE353F (or 0xFE353F) is known color: Alizarin. HEX triplet: FE, 35 and 3F. RGB value is (254,53,63). Sum of RGB (Red+Green+Blue) = 254+53+63=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE353F is #01CAC0. Grayscale: #727272. Windows color (decimal): -117441 or 4142590. OLE color: 4142590.

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

Color convert

RGB 254 53 63 -
CMYK 0 0.79 0.75 0.00
HSL 357.01º 0.99% 0.6% -
HSV(B) 357.01º 0.79% 1% -
XYZ 43.04 23.98 7.06 -
YUV 114.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 254 53 63 0 0.79 0.75 0.00 357.01 0.99 0.6
Hex FE 35 3F 0 4F 4B 0 165 63 3C
Octal 376 65 77 0 117 113 0 545 143 74
Binary 11111110 110101 111111 0 1001111 1001011 0 101100101 1100011 111100

Color Harmonies of #FE353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE353F

Black with #FE353F

Text Example


Text Example

White with #FE353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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