Html Css Color HEX #FE363C Alizarin

📋 copy color: '#FE363C'

red 254 ◦ green 54 ◦ blue 60

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

Shades of Alizarin #FE363C

Tints of Alizarin #FE363C

RGB

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

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

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

R = 69.02%
G = 14.67%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE363C (or 0xFE363C) is known color: Alizarin. HEX triplet: FE, 36 and 3C. RGB value is (254,54,60). Sum of RGB (Red+Green+Blue) = 254+54+60=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE363C is #01C9C3. Grayscale: #727272. Windows color (decimal): -117188 or 3946238. OLE color: 3946238.

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

Color convert

RGB 254 54 60 -
CMYK 0 0.79 0.76 0.00
HSL 358.2º 0.99% 0.6% -
HSV(B) 358.2º 0.79% 1% -
XYZ 43.01 24.04 6.65 -
YUV 114.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 254 54 60 0 0.79 0.76 0.00 358.2 0.99 0.6
Hex FE 36 3C 0 4F 4C 0 166 63 3C
Octal 376 66 74 0 117 114 0 546 143 74
Binary 11111110 110110 111100 0 1001111 1001100 0 101100110 1100011 111100

Color Harmonies of #FE363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE363C

Black with #FE363C

Text Example


Text Example

White with #FE363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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