Html Css Color HEX #E63240 Alizarin

📋 copy color: '#E63240'

red 230 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #E63240

Tints of Alizarin #E63240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 66.86%
G = 14.53%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E63240 (or 0xE63240) is known color: Alizarin. HEX triplet: E6, 32 and 40. RGB value is (230,50,64). Sum of RGB (Red+Green+Blue) = 230+50+64=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E63240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63240 is #19CDBF. Grayscale: #696969. Windows color (decimal): -1691072 or 4207334. OLE color: 4207334.

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

Color convert

RGB 230 50 64 -
CMYK 0 0.78 0.72 0.10
HSL 355.33º 0.78% 0.55% -
HSV(B) 355.33º 0.78% 0.9% -
XYZ 34.7 19.47 6.78 -
YUV 105.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 230 50 64 0 0.78 0.72 0.10 355.33 0.78 0.55
Hex E6 32 40 0 4E 48 A 163 4E 37
Octal 346 62 100 0 116 110 12 543 116 67
Binary 11100110 110010 1000000 0 1001110 1001000 1010 101100011 1001110 110111

Color Harmonies of #E63240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63240

Black with #E63240

Text Example


Text Example

White with #E63240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63240; }

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

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

background-color css

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

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

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

border-color css

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

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

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