Html Css Color HEX #E61429 Alizarin

📋 copy color: '#E61429'

red 230 ◦ green 20 ◦ blue 41

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

Shades of Alizarin #E61429

Tints of Alizarin #E61429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 79.04%
G = 6.87%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E61429 (or 0xE61429) is known color: Alizarin. HEX triplet: E6, 14 and 29. RGB value is (230,20,41). Sum of RGB (Red+Green+Blue) = 230+20+41=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E61429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61429 is #19EBD6. Grayscale: #555555. Windows color (decimal): -1698775 or 2692326. OLE color: 2692326.

HSL color Cylindrical-coordinate representation of color #E61429: hue angle of 354º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61429 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 41 -
CMYK 0 0.91 0.82 0.10
HSL 354º 0.84% 0.49% -
HSV(B) 354º 0.91% 0.9% -
XYZ 33.28 17.48 3.72 -
YUV 85.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 230 20 41 0 0.91 0.82 0.10 354 0.84 0.49
Hex E6 14 29 0 5B 52 A 162 54 31
Octal 346 24 51 0 133 122 12 542 124 61
Binary 11100110 10100 101001 0 1011011 1010010 1010 101100010 1010100 110001

Color Harmonies of #E61429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61429

Black with #E61429

Text Example


Text Example

White with #E61429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61429; }

 p { color: rgb(230,20,41); }

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

background-color css

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

 a { background-color: rgb(230,20,41); }

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

border-color css

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

 span { border-color: rgb(230,20,41); }

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