Html Css Color HEX #E6222E Alizarin

📋 copy color: '#E6222E'

red 230 ◦ green 34 ◦ blue 46

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

Shades of Alizarin #E6222E

Tints of Alizarin #E6222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 74.19%
G = 10.97%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6222E (or 0xE6222E) is known color: Alizarin. HEX triplet: E6, 22 and 2E. RGB value is (230,34,46). Sum of RGB (Red+Green+Blue) = 230+34+46=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222E is #19DDD1. Grayscale: #5E5E5E. Windows color (decimal): -1695186 or 3023590. OLE color: 3023590.

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

Color convert

RGB 230 34 46 -
CMYK 0 0.85 0.8 0.10
HSL 356.33º 0.8% 0.52% -
HSV(B) 356.33º 0.85% 0.9% -
XYZ 33.7 18.16 4.31 -
YUV 93.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 230 34 46 0 0.85 0.8 0.10 356.33 0.8 0.52
Hex E6 22 2E 0 55 50 A 164 50 34
Octal 346 42 56 0 125 120 12 544 120 64
Binary 11100110 100010 101110 0 1010101 1010000 1010 101100100 1010000 110100

Color Harmonies of #E6222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6222E

Black with #E6222E

Text Example


Text Example

White with #E6222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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