Html Css Color HEX #E61327 Alizarin

📋 copy color: '#E61327'

red 230 ◦ green 19 ◦ blue 39

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

Shades of Alizarin #E61327

Tints of Alizarin #E61327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 79.86%
G = 6.6%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E61327 (or 0xE61327) is known color: Alizarin. HEX triplet: E6, 13 and 27. RGB value is (230,19,39). Sum of RGB (Red+Green+Blue) = 230+19+39=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61327 is #19ECD8. Grayscale: #545454. Windows color (decimal): -1699033 or 2560998. OLE color: 2560998.

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

Color convert

RGB 230 19 39 -
CMYK 0 0.92 0.83 0.10
HSL 354.31º 0.85% 0.49% -
HSV(B) 354.31º 0.92% 0.9% -
XYZ 33.23 17.44 3.53 -
YUV 84.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 230 19 39 0 0.92 0.83 0.10 354.31 0.85 0.49
Hex E6 13 27 0 5C 53 A 162 55 31
Octal 346 23 47 0 134 123 12 542 125 61
Binary 11100110 10011 100111 0 1011100 1010011 1010 101100010 1010101 110001

Color Harmonies of #E61327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61327

Black with #E61327

Text Example


Text Example

White with #E61327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61327; }

 p { color: rgb(230,19,39); }

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

background-color css

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

 a { background-color: rgb(230,19,39); }

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

border-color css

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

 span { border-color: rgb(230,19,39); }

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