Html Css Color HEX #E61426 Alizarin

📋 copy color: '#E61426'

red 230 ◦ green 20 ◦ blue 38

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

Shades of Alizarin #E61426

Tints of Alizarin #E61426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 79.86%
G = 6.94%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E61426 (or 0xE61426) is known color: Alizarin. HEX triplet: E6, 14 and 26. RGB value is (230,20,38). Sum of RGB (Red+Green+Blue) = 230+20+38=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61426 is #19EBD9. Grayscale: #545454. Windows color (decimal): -1698778 or 2495718. OLE color: 2495718.

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

Color convert

RGB 230 20 38 -
CMYK 0 0.91 0.83 0.10
HSL 354.86º 0.84% 0.49% -
HSV(B) 354.86º 0.91% 0.9% -
XYZ 33.23 17.46 3.45 -
YUV 84.84 101.57 231.54 -
System Red Green Blue C M Y K H S L
Decimal 230 20 38 0 0.91 0.83 0.10 354.86 0.84 0.49
Hex E6 14 26 0 5B 53 A 163 54 31
Octal 346 24 46 0 133 123 12 543 124 61
Binary 11100110 10100 100110 0 1011011 1010011 1010 101100011 1010100 110001

Color Harmonies of #E61426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61426

Black with #E61426

Text Example


Text Example

White with #E61426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61426; }

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

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

background-color css

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

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

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

border-color css

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

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

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