Html Css Color HEX #E6222B Alizarin

📋 copy color: '#E6222B'

red 230 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #E6222B

Tints of Alizarin #E6222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 74.92%
G = 11.07%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6222B (or 0xE6222B) is known color: Alizarin. HEX triplet: E6, 22 and 2B. RGB value is (230,34,43). Sum of RGB (Red+Green+Blue) = 230+34+43=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222B is #19DDD4. Grayscale: #5D5D5D. Windows color (decimal): -1695189 or 2826982. OLE color: 2826982.

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

Color convert

RGB 230 34 43 -
CMYK 0 0.85 0.81 0.10
HSL 357.24º 0.8% 0.52% -
HSV(B) 357.24º 0.85% 0.9% -
XYZ 33.64 18.14 4.01 -
YUV 93.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 230 34 43 0 0.85 0.81 0.10 357.24 0.8 0.52
Hex E6 22 2B 0 55 51 A 165 50 34
Octal 346 42 53 0 125 121 12 545 120 64
Binary 11100110 100010 101011 0 1010101 1010001 1010 101100101 1010000 110100

Color Harmonies of #E6222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6222B

Black with #E6222B

Text Example


Text Example

White with #E6222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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