Html Css Color HEX #E6213C Alizarin

📋 copy color: '#E6213C'

red 230 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #E6213C

Tints of Alizarin #E6213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 71.21%
G = 10.22%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6213C (or 0xE6213C) is known color: Alizarin. HEX triplet: E6, 21 and 3C. RGB value is (230,33,60). Sum of RGB (Red+Green+Blue) = 230+33+60=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6213C is #19DEC3. Grayscale: #5F5F5F. Windows color (decimal): -1695428 or 3940838. OLE color: 3940838.

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

Color convert

RGB 230 33 60 -
CMYK 0 0.86 0.74 0.10
HSL 351.78º 0.8% 0.52% -
HSV(B) 351.78º 0.86% 0.9% -
XYZ 33.99 18.24 6 -
YUV 94.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 230 33 60 0 0.86 0.74 0.10 351.78 0.8 0.52
Hex E6 21 3C 0 56 4A A 160 50 34
Octal 346 41 74 0 126 112 12 540 120 64
Binary 11100110 100001 111100 0 1010110 1001010 1010 101100000 1010000 110100

Color Harmonies of #E6213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6213C

Black with #E6213C

Text Example


Text Example

White with #E6213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6213C; }

 p { color: rgb(230,33,60); }

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

background-color css

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

 a { background-color: rgb(230,33,60); }

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

border-color css

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

 span { border-color: rgb(230,33,60); }

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