Html Css Color HEX #E6223F Alizarin

📋 copy color: '#E6223F'

red 230 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #E6223F

Tints of Alizarin #E6223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 70.34%
G = 10.4%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6223F (or 0xE6223F) is known color: Alizarin. HEX triplet: E6, 22 and 3F. RGB value is (230,34,63). Sum of RGB (Red+Green+Blue) = 230+34+63=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223F is #19DDC0. Grayscale: #5F5F5F. Windows color (decimal): -1695169 or 4137702. OLE color: 4137702.

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

Color convert

RGB 230 34 63 -
CMYK 0 0.85 0.73 0.10
HSL 351.12º 0.8% 0.52% -
HSV(B) 351.12º 0.85% 0.9% -
XYZ 34.1 18.33 6.44 -
YUV 95.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 230 34 63 0 0.85 0.73 0.10 351.12 0.8 0.52
Hex E6 22 3F 0 55 49 A 15F 50 34
Octal 346 42 77 0 125 111 12 537 120 64
Binary 11100110 100010 111111 0 1010101 1001001 1010 101011111 1010000 110100

Color Harmonies of #E6223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6223F

Black with #E6223F

Text Example


Text Example

White with #E6223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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