Html Css Color HEX #E6223B Alizarin

📋 copy color: '#E6223B'

red 230 ◦ green 34 ◦ blue 59

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

Shades of Alizarin #E6223B

Tints of Alizarin #E6223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 71.21%
G = 10.53%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6223B (or 0xE6223B) is known color: Alizarin. HEX triplet: E6, 22 and 3B. RGB value is (230,34,59). Sum of RGB (Red+Green+Blue) = 230+34+59=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223B is #19DDC4. Grayscale: #5F5F5F. Windows color (decimal): -1695173 or 3875558. OLE color: 3875558.

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

Color convert

RGB 230 34 59 -
CMYK 0 0.85 0.74 0.10
HSL 352.35º 0.8% 0.52% -
HSV(B) 352.35º 0.85% 0.9% -
XYZ 33.99 18.28 5.87 -
YUV 95.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 230 34 59 0 0.85 0.74 0.10 352.35 0.8 0.52
Hex E6 22 3B 0 55 4A A 160 50 34
Octal 346 42 73 0 125 112 12 540 120 64
Binary 11100110 100010 111011 0 1010101 1001010 1010 101100000 1010000 110100

Color Harmonies of #E6223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6223B

Black with #E6223B

Text Example


Text Example

White with #E6223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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