Html Css Color HEX #E6212A Alizarin

📋 copy color: '#E6212A'

red 230 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #E6212A

Tints of Alizarin #E6212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 75.41%
G = 10.82%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6212A (or 0xE6212A) is known color: Alizarin. HEX triplet: E6, 21 and 2A. RGB value is (230,33,42). Sum of RGB (Red+Green+Blue) = 230+33+42=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E6212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6212A is #19DED5. Grayscale: #5D5D5D. Windows color (decimal): -1695446 or 2761190. OLE color: 2761190.

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

Color convert

RGB 230 33 42 -
CMYK 0 0.86 0.82 0.10
HSL 357.26º 0.8% 0.52% -
HSV(B) 357.26º 0.86% 0.9% -
XYZ 33.59 18.08 3.91 -
YUV 92.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 230 33 42 0 0.86 0.82 0.10 357.26 0.8 0.52
Hex E6 21 2A 0 56 52 A 165 50 34
Octal 346 41 52 0 126 122 12 545 120 64
Binary 11100110 100001 101010 0 1010110 1010010 1010 101100101 1010000 110100

Color Harmonies of #E6212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6212A

Black with #E6212A

Text Example


Text Example

White with #E6212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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