Html Css Color HEX #FE363A Alizarin

📋 copy color: '#FE363A'

red 254 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #FE363A

Tints of Alizarin #FE363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

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

R = 69.4%
G = 14.75%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE363A (or 0xFE363A) is known color: Alizarin. HEX triplet: FE, 36 and 3A. RGB value is (254,54,58). Sum of RGB (Red+Green+Blue) = 254+54+58=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE363A is #01C9C5. Grayscale: #727272. Windows color (decimal): -117190 or 3815166. OLE color: 3815166.

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

Color convert

RGB 254 54 58 -
CMYK 0 0.79 0.77 0.00
HSL 358.8º 0.99% 0.6% -
HSV(B) 358.8º 0.79% 1% -
XYZ 42.96 24.01 6.37 -
YUV 114.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 254 54 58 0 0.79 0.77 0.00 358.8 0.99 0.6
Hex FE 36 3A 0 4F 4D 0 167 63 3C
Octal 376 66 72 0 117 115 0 547 143 74
Binary 11111110 110110 111010 0 1001111 1001101 0 101100111 1100011 111100

Color Harmonies of #FE363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE363A

Black with #FE363A

Text Example


Text Example

White with #FE363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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