Html Css Color HEX #E6212D Alizarin

📋 copy color: '#E6212D'

red 230 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #E6212D

Tints of Alizarin #E6212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 74.68%
G = 10.71%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6212D (or 0xE6212D) is known color: Alizarin. HEX triplet: E6, 21 and 2D. RGB value is (230,33,45). Sum of RGB (Red+Green+Blue) = 230+33+45=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6212D is #19DED2. Grayscale: #5D5D5D. Windows color (decimal): -1695443 or 2957798. OLE color: 2957798.

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

Color convert

RGB 230 33 45 -
CMYK 0 0.86 0.80 0.10
HSL 356.35º 0.8% 0.52% -
HSV(B) 356.35º 0.86% 0.9% -
XYZ 33.65 18.1 4.2 -
YUV 93.27 100.77 225.52 -
System Red Green Blue C M Y K H S L
Decimal 230 33 45 0 0.86 0.80 0.10 356.35 0.8 0.52
Hex E6 21 2D 0 56 50 A 164 50 34
Octal 346 41 55 0 126 120 12 544 120 64
Binary 11100110 100001 101101 0 1010110 1010000 1010 101100100 1010000 110100

Color Harmonies of #E6212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6212D

Black with #E6212D

Text Example


Text Example

White with #E6212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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