Html Css Color HEX #E6213F Alizarin

📋 copy color: '#E6213F'

red 230 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #E6213F

Tints of Alizarin #E6213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 70.55%
G = 10.12%
B = 19.33%

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

#E6213F (or 0xE6213F) is known color: Alizarin. HEX triplet: E6, 21 and 3F. RGB value is (230,33,63). Sum of RGB (Red+Green+Blue) = 230+33+63=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6213F is #19DEC0. Grayscale: #5F5F5F. Windows color (decimal): -1695425 or 4137446. OLE color: 4137446.

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

Color convert

RGB 230 33 63 -
CMYK 0 0.86 0.73 0.10
HSL 350.86º 0.8% 0.52% -
HSV(B) 350.86º 0.86% 0.9% -
XYZ 34.07 18.27 6.43 -
YUV 95.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 230 33 63 0 0.86 0.73 0.10 350.86 0.8 0.52
Hex E6 21 3F 0 56 49 A 15F 50 34
Octal 346 41 77 0 126 111 12 537 120 64
Binary 11100110 100001 111111 0 1010110 1001001 1010 101011111 1010000 110100

Color Harmonies of #E6213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6213F

Black with #E6213F

Text Example


Text Example

White with #E6213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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