Html Css Color HEX #FC393E Alizarin

📋 copy color: '#FC393E'

red 252 ◦ green 57 ◦ blue 62

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

Shades of Alizarin #FC393E

Tints of Alizarin #FC393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 67.92%
G = 15.36%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC393E (or 0xFC393E) is known color: Alizarin. HEX triplet: FC, 39 and 3E. RGB value is (252,57,62). Sum of RGB (Red+Green+Blue) = 252+57+62=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC393E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC393E is #03C6C1. Grayscale: #747474. Windows color (decimal): -247490 or 4078076. OLE color: 4078076.

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

Color convert

RGB 252 57 62 -
CMYK 0 0.77 0.75 0.01
HSL 358.46º 0.97% 0.61% -
HSV(B) 358.46º 0.77% 0.99% -
XYZ 42.48 23.97 6.95 -
YUV 115.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 252 57 62 0 0.77 0.75 0.01 358.46 0.97 0.61
Hex FC 39 3E 0 4D 4B 1 166 61 3D
Octal 374 71 76 0 115 113 1 546 141 75
Binary 11111100 111001 111110 0 1001101 1001011 1 101100110 1100001 111101

Color Harmonies of #FC393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC393E

Black with #FC393E

Text Example


Text Example

White with #FC393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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