Html Css Color HEX #FC363A Alizarin

📋 copy color: '#FC363A'

red 252 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #FC363A

Tints of Alizarin #FC363A

RGB

 RED value IS 252 (98.83% from 255) = 69.23%

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

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

R = 69.23%
G = 14.84%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC363A (or 0xFC363A) is known color: Alizarin. HEX triplet: FC, 36 and 3A. RGB value is (252,54,58). Sum of RGB (Red+Green+Blue) = 252+54+58=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC363A is #03C9C5. Grayscale: #717171. Windows color (decimal): -248262 or 3815164. OLE color: 3815164.

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

Color convert

RGB 252 54 58 -
CMYK 0 0.79 0.77 0.01
HSL 358.79º 0.97% 0.6% -
HSV(B) 358.79º 0.79% 0.99% -
XYZ 42.23 23.64 6.34 -
YUV 113.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 252 54 58 0 0.79 0.77 0.01 358.79 0.97 0.6
Hex FC 36 3A 0 4F 4D 1 167 61 3C
Octal 374 66 72 0 117 115 1 547 141 74
Binary 11111100 110110 111010 0 1001111 1001101 1 101100111 1100001 111100

Color Harmonies of #FC363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC363A

Black with #FC363A

Text Example


Text Example

White with #FC363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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