Html Css Color HEX #E6323E Alizarin

📋 copy color: '#E6323E'

red 230 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #E6323E

Tints of Alizarin #E6323E

RGB

 RED value IS 230 (90.23% from 255) = 67.25%

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 67.25%
G = 14.62%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6323E (or 0xE6323E) is known color: Alizarin. HEX triplet: E6, 32 and 3E. RGB value is (230,50,62). Sum of RGB (Red+Green+Blue) = 230+50+62=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6323E is #19CDC1. Grayscale: #696969. Windows color (decimal): -1691074 or 4076262. OLE color: 4076262.

HSL color Cylindrical-coordinate representation of color #E6323E: hue angle of 356º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6323E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 62 -
CMYK 0 0.78 0.73 0.10
HSL 356º 0.78% 0.55% -
HSV(B) 356º 0.78% 0.9% -
XYZ 34.64 19.45 6.49 -
YUV 105.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 230 50 62 0 0.78 0.73 0.10 356 0.78 0.55
Hex E6 32 3E 0 4E 49 A 164 4E 37
Octal 346 62 76 0 116 111 12 544 116 67
Binary 11100110 110010 111110 0 1001110 1001001 1010 101100100 1001110 110111

Color Harmonies of #E6323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6323E

Black with #E6323E

Text Example


Text Example

White with #E6323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6323E; }

 p { color: rgb(230,50,62); }

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

background-color css

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

 a { background-color: rgb(230,50,62); }

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

border-color css

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

 span { border-color: rgb(230,50,62); }

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