Html Css Color HEX #FF393C Alizarin

📋 copy color: '#FF393C'

red 255 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #FF393C

Tints of Alizarin #FF393C

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 value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF393C (or 0xFF393C) is known color: 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

RGB 255 57 60 -
CMYK 0 0.78 0.76 0
HSL 359.09º 1% 0.61% -
HSV(B) 359.09º 0.78% 1% -
XYZ 43.52 24.51 6.71 -
YUV 116.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 255 57 60 0 0.78 0.76 0 359.09 1 0.61
Hex FF 39 3C 0 4E 4C 0 167 64 3D
Octal 377 71 74 0 116 114 0 547 144 75
Binary 11111111 111001 111100 0 1001110 1001100 0 101100111 1100100 111101

Color Harmonies of #FF393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF393C

Black with #FF393C

Text Example


Text Example

White with #FF393C

Text Example


Text Example

HTML Codes & Css Web 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>