Html Css Color HEX #E6222F Alizarin

📋 copy color: '#E6222F'

red 230 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #E6222F

Tints of Alizarin #E6222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 73.95%
G = 10.93%
B = 15.11%

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

#E6222F (or 0xE6222F) is known color: Alizarin. HEX triplet: E6, 22 and 2F. RGB value is (230,34,47). Sum of RGB (Red+Green+Blue) = 230+34+47=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222F is #19DDD0. Grayscale: #5E5E5E. Windows color (decimal): -1695185 or 3089126. OLE color: 3089126.

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

Color convert

RGB 230 34 47 -
CMYK 0 0.85 0.80 0.10
HSL 356.02º 0.8% 0.52% -
HSV(B) 356.02º 0.85% 0.9% -
XYZ 33.72 18.17 4.42 -
YUV 94.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 230 34 47 0 0.85 0.80 0.10 356.02 0.8 0.52
Hex E6 22 2F 0 55 50 A 164 50 34
Octal 346 42 57 0 125 120 12 544 120 64
Binary 11100110 100010 101111 0 1010101 1010000 1010 101100100 1010000 110100

Color Harmonies of #E6222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6222F

Black with #E6222F

Text Example


Text Example

White with #E6222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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