Html Css Color HEX #FC313A Alizarin

📋 copy color: '#FC313A'

red 252 ◦ green 49 ◦ blue 58

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

Shades of Alizarin #FC313A

Tints of Alizarin #FC313A

RGB

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

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

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

R = 70.19%
G = 13.65%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC313A (or 0xFC313A) is known color: Alizarin. HEX triplet: FC, 31 and 3A. RGB value is (252,49,58). Sum of RGB (Red+Green+Blue) = 252+49+58=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC313A is #03CEC5. Grayscale: #6E6E6E. Windows color (decimal): -249542 or 3813884. OLE color: 3813884.

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

Color convert

RGB 252 49 58 -
CMYK 0 0.81 0.77 0.01
HSL 357.34º 0.97% 0.59% -
HSV(B) 357.34º 0.81% 0.99% -
XYZ 42.01 23.2 6.27 -
YUV 110.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 252 49 58 0 0.81 0.77 0.01 357.34 0.97 0.59
Hex FC 31 3A 0 51 4D 1 165 61 3B
Octal 374 61 72 0 121 115 1 545 141 73
Binary 11111100 110001 111010 0 1010001 1001101 1 101100101 1100001 111011

Color Harmonies of #FC313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC313A

Black with #FC313A

Text Example


Text Example

White with #FC313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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