Html Css Color HEX #FC393C Alizarin

📋 copy color: '#FC393C'

red 252 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #FC393C

Tints of Alizarin #FC393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

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

R = 68.29%
G = 15.45%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC393C (or 0xFC393C) is known color: Alizarin. HEX triplet: FC, 39 and 3C. RGB value is (252,57,60). Sum of RGB (Red+Green+Blue) = 252+57+60=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC393C is #03C6C3. Grayscale: #737373. Windows color (decimal): -247492 or 3947004. OLE color: 3947004.

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

Color convert

RGB 252 57 60 -
CMYK 0 0.77 0.76 0.01
HSL 359.08º 0.97% 0.61% -
HSV(B) 359.08º 0.77% 0.99% -
XYZ 42.42 23.95 6.66 -
YUV 115.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 252 57 60 0 0.77 0.76 0.01 359.08 0.97 0.61
Hex FC 39 3C 0 4D 4C 1 167 61 3D
Octal 374 71 74 0 115 114 1 547 141 75
Binary 11111100 111001 111100 0 1001101 1001100 1 101100111 1100001 111101

Color Harmonies of #FC393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC393C

Black with #FC393C

Text Example


Text Example

White with #FC393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC393C; }

 p { color: rgb(252,57,60); }

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

background-color css

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

 a { background-color: rgb(252,57,60); }

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

border-color css

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

 span { border-color: rgb(252,57,60); }

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