Html Css Color HEX #E6323F Alizarin

📋 copy color: '#E6323F'

red 230 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #E6323F

Tints of Alizarin #E6323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 67.06%
G = 14.58%
B = 18.37%

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

#E6323F (or 0xE6323F) is known color: Alizarin. HEX triplet: E6, 32 and 3F. RGB value is (230,50,63). Sum of RGB (Red+Green+Blue) = 230+50+63=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6323F is #19CDC0. Grayscale: #696969. Windows color (decimal): -1691073 or 4141798. OLE color: 4141798.

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

Color convert

RGB 230 50 63 -
CMYK 0 0.78 0.73 0.10
HSL 355.67º 0.78% 0.55% -
HSV(B) 355.67º 0.78% 0.9% -
XYZ 34.67 19.46 6.63 -
YUV 105.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 230 50 63 0 0.78 0.73 0.10 355.67 0.78 0.55
Hex E6 32 3F 0 4E 49 A 164 4E 37
Octal 346 62 77 0 116 111 12 544 116 67
Binary 11100110 110010 111111 0 1001110 1001001 1010 101100100 1001110 110111

Color Harmonies of #E6323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6323F

Black with #E6323F

Text Example


Text Example

White with #E6323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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