Html Css Color HEX #E81D2F Alizarin

📋 copy color: '#E81D2F'

red 232 ◦ green 29 ◦ blue 47

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

Shades of Alizarin #E81D2F

Tints of Alizarin #E81D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 75.32%
G = 9.42%
B = 15.26%

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

#E81D2F (or 0xE81D2F) is known color: Alizarin. HEX triplet: E8, 1D and 2F. RGB value is (232,29,47). Sum of RGB (Red+Green+Blue) = 232+29+47=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D2F is #17E2D0. Grayscale: #5B5B5B. Windows color (decimal): -1565393 or 3087848. OLE color: 3087848.

HSL color Cylindrical-coordinate representation of color #E81D2F: hue angle of 354.68º 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 #E81D2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 47 -
CMYK 0 0.88 0.80 0.09
HSL 354.68º 0.82% 0.51% -
HSV(B) 354.68º 0.88% 0.91% -
XYZ 34.23 18.24 4.41 -
YUV 91.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 232 29 47 0 0.88 0.80 0.09 354.68 0.82 0.51
Hex E8 1D 2F 0 58 50 9 163 52 33
Octal 350 35 57 0 130 120 11 543 122 63
Binary 11101000 11101 101111 0 1011000 1010000 1001 101100011 1010010 110011

Color Harmonies of #E81D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D2F

Black with #E81D2F

Text Example


Text Example

White with #E81D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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