Html Css Color HEX #E6203A Alizarin

📋 copy color: '#E6203A'

red 230 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #E6203A

Tints of Alizarin #E6203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 71.88%
G = 10%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6203A (or 0xE6203A) is known color: Alizarin. HEX triplet: E6, 20 and 3A. RGB value is (230,32,58). Sum of RGB (Red+Green+Blue) = 230+32+58=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E6203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6203A is #19DFC5. Grayscale: #5E5E5E. Windows color (decimal): -1695686 or 3809510. OLE color: 3809510.

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

Color convert

RGB 230 32 58 -
CMYK 0 0.86 0.75 0.10
HSL 352.12º 0.8% 0.51% -
HSV(B) 352.12º 0.86% 0.9% -
XYZ 33.91 18.16 5.72 -
YUV 94.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 230 32 58 0 0.86 0.75 0.10 352.12 0.8 0.51
Hex E6 20 3A 0 56 4B A 160 50 33
Octal 346 40 72 0 126 113 12 540 120 63
Binary 11100110 100000 111010 0 1010110 1001011 1010 101100000 1010000 110011

Color Harmonies of #E6203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6203A

Black with #E6203A

Text Example


Text Example

White with #E6203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6203A; }

 p { color: rgb(230,32,58); }

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

background-color css

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

 a { background-color: rgb(230,32,58); }

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

border-color css

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

 span { border-color: rgb(230,32,58); }

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