Html Css Color HEX #E6222D Alizarin

📋 copy color: '#E6222D'

red 230 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #E6222D

Tints of Alizarin #E6222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

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

R = 74.43%
G = 11%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6222D (or 0xE6222D) is known color: Alizarin. HEX triplet: E6, 22 and 2D. RGB value is (230,34,45). Sum of RGB (Red+Green+Blue) = 230+34+45=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222D is #19DDD2. Grayscale: #5E5E5E. Windows color (decimal): -1695187 or 2958054. OLE color: 2958054.

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

Color convert

RGB 230 34 45 -
CMYK 0 0.85 0.80 0.10
HSL 356.63º 0.8% 0.52% -
HSV(B) 356.63º 0.85% 0.9% -
XYZ 33.68 18.16 4.21 -
YUV 93.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 230 34 45 0 0.85 0.80 0.10 356.63 0.8 0.52
Hex E6 22 2D 0 55 50 A 165 50 34
Octal 346 42 55 0 125 120 12 545 120 64
Binary 11100110 100010 101101 0 1010101 1010000 1010 101100101 1010000 110100

Color Harmonies of #E6222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6222D

Black with #E6222D

Text Example


Text Example

White with #E6222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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