Html Css Color HEX #FF393A Alizarin

📋 copy color: '#FF393A'

red 255 ◦ green 57 ◦ blue 58

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

Shades of Alizarin #FF393A

Tints of Alizarin #FF393A

RGB

 RED value IS 255 (100% from 255) = 68.92%

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

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

R = 68.92%
G = 15.41%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF393A (or 0xFF393A) is known color: Alizarin. HEX triplet: FF, 39 and 3A. RGB value is (255,57,58). Sum of RGB (Red+Green+Blue) = 255+57+58=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF393A is #00C6C5. Grayscale: #747474. Windows color (decimal): -50886 or 3815935. OLE color: 3815935.

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

Color convert

RGB 255 57 58 -
CMYK 0 0.78 0.77 0
HSL 359.7º 1% 0.61% -
HSV(B) 359.7º 0.78% 1% -
XYZ 43.47 24.49 6.44 -
YUV 116.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 255 57 58 0 0.78 0.77 0 359.7 1 0.61
Hex FF 39 3A 0 4E 4D 0 168 64 3D
Octal 377 71 72 0 116 115 0 550 144 75
Binary 11111111 111001 111010 0 1001110 1001101 0 101101000 1100100 111101

Color Harmonies of #FF393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF393A

Black with #FF393A

Text Example


Text Example

White with #FF393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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