Html Css Color HEX #E6203D Alizarin

📋 copy color: '#E6203D'

red 230 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #E6203D

Tints of Alizarin #E6203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 71.21%
G = 9.91%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6203D (or 0xE6203D) is known color: Alizarin. HEX triplet: E6, 20 and 3D. RGB value is (230,32,61). Sum of RGB (Red+Green+Blue) = 230+32+61=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6203D is #19DFC2. Grayscale: #5E5E5E. Windows color (decimal): -1695683 or 4006118. OLE color: 4006118.

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

Color convert

RGB 230 32 61 -
CMYK 0 0.86 0.73 0.10
HSL 351.21º 0.8% 0.51% -
HSV(B) 351.21º 0.86% 0.9% -
XYZ 33.99 18.19 6.13 -
YUV 94.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 230 32 61 0 0.86 0.73 0.10 351.21 0.8 0.51
Hex E6 20 3D 0 56 49 A 15F 50 33
Octal 346 40 75 0 126 111 12 537 120 63
Binary 11100110 100000 111101 0 1010110 1001001 1010 101011111 1010000 110011

Color Harmonies of #E6203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6203D

Black with #E6203D

Text Example


Text Example

White with #E6203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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