Html Css Color HEX #E6222C Alizarin

📋 copy color: '#E6222C'

red 230 ◦ green 34 ◦ blue 44

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

Shades of Alizarin #E6222C

Tints of Alizarin #E6222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 74.68%
G = 11.04%
B = 14.29%

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

#E6222C (or 0xE6222C) is known color: Alizarin. HEX triplet: E6, 22 and 2C. RGB value is (230,34,44). Sum of RGB (Red+Green+Blue) = 230+34+44=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222C is #19DDD3. Grayscale: #5D5D5D. Windows color (decimal): -1695188 or 2892518. OLE color: 2892518.

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

Color convert

RGB 230 34 44 -
CMYK 0 0.85 0.81 0.10
HSL 356.94º 0.8% 0.52% -
HSV(B) 356.94º 0.85% 0.9% -
XYZ 33.66 18.15 4.11 -
YUV 93.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 230 34 44 0 0.85 0.81 0.10 356.94 0.8 0.52
Hex E6 22 2C 0 55 51 A 165 50 34
Octal 346 42 54 0 125 121 12 545 120 64
Binary 11100110 100010 101100 0 1010101 1010001 1010 101100101 1010000 110100

Color Harmonies of #E6222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6222C

Black with #E6222C

Text Example


Text Example

White with #E6222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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