#FF393C

Color #FF393C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FF393C

Tints of Alizarin #FF393C

Color information

#FF393C (or 0xFF393C) is unknown color: approx Alizarin. HEX triplet: FF, 39 and 3C. RGB value is (255,57,60). Sum of RGB (Red+Green+Blue) = 255+57+60=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF393C is #00C6C3. Grayscale: #747474. Windows color (decimal): -50884 or 3947007. OLE color: 3947007.

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

Color convert

RGB2555760-
CMYK00.780.760
HSL359.09º100%61.18%-
HSV(B)359.09º77.65%100%-
XYZ43.5224.516.71-
YUV116.5496.1226.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.55%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=68.55%
G=15.32%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255576000.780.760359.0910061.18
HexFF393C04E4C0167643d
Octal37771740116114054714475
Binary1111111111100111110001001110100110001011001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF393C; }

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

 H1.HeaderClassName
 {
   color: #FF393C;
 }
 .AnyTagClassName
 {
   color: #FF393C;
 }
</style>
background-color css

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

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

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

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

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

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