Html Css Color HEX #E81149 Crimson

📋 copy color: '#E81149'

red 232 ◦ green 17 ◦ blue 73

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

Shades of Crimson #E81149

Tints of Crimson #E81149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 72.05%
G = 5.28%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81149 (or 0xE81149) is known color: Crimson. HEX triplet: E8, 11 and 49. RGB value is (232,17,73). Sum of RGB (Red+Green+Blue) = 232+17+73=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E81149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81149 is #17EEB6. Grayscale: #575757. Windows color (decimal): -1568439 or 4788712. OLE color: 4788712.

HSL color Cylindrical-coordinate representation of color #E81149: hue angle of 344.37º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81149 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 73 -
CMYK 0 0.93 0.69 0.09
HSL 344.37º 0.86% 0.49% -
HSV(B) 344.37º 0.93% 0.91% -
XYZ 34.68 18.04 7.96 -
YUV 87.67 119.73 230.95 -
System Red Green Blue C M Y K H S L
Decimal 232 17 73 0 0.93 0.69 0.09 344.37 0.86 0.49
Hex E8 11 49 0 5D 45 9 158 56 31
Octal 350 21 111 0 135 105 11 530 126 61
Binary 11101000 10001 1001001 0 1011101 1000101 1001 101011000 1010110 110001

Color Harmonies of #E81149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81149

Black with #E81149

Text Example


Text Example

White with #E81149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81149; }

 p { color: rgb(232,17,73); }

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

background-color css

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

 a { background-color: rgb(232,17,73); }

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

border-color css

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

 span { border-color: rgb(232,17,73); }

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