Html Css Color HEX #E81D2E Alizarin

📋 copy color: '#E81D2E'

red 232 ◦ green 29 ◦ blue 46

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

Shades of Alizarin #E81D2E

Tints of Alizarin #E81D2E

RGB

 RED value IS 232 (91.02% from 255) = 75.57%

 GREEN value IS 29 (11.72% from 255) = 9.45%

 BLUE value IS 46 (18.36% from 255) = 14.98%

R = 75.57%
G = 9.45%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E81D2E (or 0xE81D2E) is known color: Alizarin. HEX triplet: E8, 1D and 2E. RGB value is (232,29,46). Sum of RGB (Red+Green+Blue) = 232+29+46=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D2E is #17E2D1. Grayscale: #5B5B5B. Windows color (decimal): -1565394 or 3022312. OLE color: 3022312.

HSL color Cylindrical-coordinate representation of color #E81D2E: hue angle of 354.98º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D2E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 46 -
CMYK 0 0.88 0.80 0.09
HSL 354.98º 0.82% 0.51% -
HSV(B) 354.98º 0.88% 0.91% -
XYZ 34.21 18.23 4.3 -
YUV 91.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 232 29 46 0 0.88 0.80 0.09 354.98 0.82 0.51
Hex E8 1D 2E 0 58 50 9 163 52 33
Octal 350 35 56 0 130 120 11 543 122 63
Binary 11101000 11101 101110 0 1011000 1010000 1001 101100011 1010010 110011

Color Harmonies of #E81D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D2E

Black with #E81D2E

Text Example


Text Example

White with #E81D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D2E; }

 p { color: rgb(232,29,46); }

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

background-color css

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

 a { background-color: rgb(232,29,46); }

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

border-color css

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

 span { border-color: rgb(232,29,46); }

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