Html Css Color HEX #E63142 Alizarin

📋 copy color: '#E63142'

red 230 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #E63142

Tints of Alizarin #E63142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 66.67%
G = 14.2%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E63142 (or 0xE63142) is known color: Alizarin. HEX triplet: E6, 31 and 42. RGB value is (230,49,66). Sum of RGB (Red+Green+Blue) = 230+49+66=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E63142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63142 is #19CEBD. Grayscale: #696969. Windows color (decimal): -1691326 or 4338150. OLE color: 4338150.

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

Color convert

RGB 230 49 66 -
CMYK 0 0.79 0.71 0.10
HSL 354.36º 0.78% 0.55% -
HSV(B) 354.36º 0.79% 0.9% -
XYZ 34.71 19.41 7.07 -
YUV 105.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 230 49 66 0 0.79 0.71 0.10 354.36 0.78 0.55
Hex E6 31 42 0 4F 47 A 162 4E 37
Octal 346 61 102 0 117 107 12 542 116 67
Binary 11100110 110001 1000010 0 1001111 1000111 1010 101100010 1001110 110111

Color Harmonies of #E63142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63142

Black with #E63142

Text Example


Text Example

White with #E63142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63142; }

 p { color: rgb(230,49,66); }

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

background-color css

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

 a { background-color: rgb(230,49,66); }

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

border-color css

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

 span { border-color: rgb(230,49,66); }

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