Html Css Color HEX #E6223E Alizarin

📋 copy color: '#E6223E'

red 230 ◦ green 34 ◦ blue 62

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

Shades of Alizarin #E6223E

Tints of Alizarin #E6223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 70.55%
G = 10.43%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6223E (or 0xE6223E) is known color: Alizarin. HEX triplet: E6, 22 and 3E. RGB value is (230,34,62). Sum of RGB (Red+Green+Blue) = 230+34+62=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223E is #19DDC1. Grayscale: #5F5F5F. Windows color (decimal): -1695170 or 4072166. OLE color: 4072166.

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

Color convert

RGB 230 34 62 -
CMYK 0 0.85 0.73 0.10
HSL 351.43º 0.8% 0.52% -
HSV(B) 351.43º 0.85% 0.9% -
XYZ 34.07 18.31 6.3 -
YUV 95.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 230 34 62 0 0.85 0.73 0.10 351.43 0.8 0.52
Hex E6 22 3E 0 55 49 A 15F 50 34
Octal 346 42 76 0 125 111 12 537 120 64
Binary 11100110 100010 111110 0 1010101 1001001 1010 101011111 1010000 110100

Color Harmonies of #E6223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6223E

Black with #E6223E

Text Example


Text Example

White with #E6223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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