Html Css Color HEX #E81249 Crimson

📋 copy color: '#E81249'

red 232 ◦ green 18 ◦ blue 73

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

Shades of Crimson #E81249

Tints of Crimson #E81249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 71.83%
G = 5.57%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81249 (or 0xE81249) is known color: Crimson. HEX triplet: E8, 12 and 49. RGB value is (232,18,73). Sum of RGB (Red+Green+Blue) = 232+18+73=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E81249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81249 is #17EDB6. Grayscale: #585858. Windows color (decimal): -1568183 or 4788968. OLE color: 4788968.

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

Color convert

RGB 232 18 73 -
CMYK 0 0.92 0.69 0.09
HSL 344.58º 0.86% 0.49% -
HSV(B) 344.58º 0.92% 0.91% -
XYZ 34.7 18.07 7.96 -
YUV 88.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 232 18 73 0 0.92 0.69 0.09 344.58 0.86 0.49
Hex E8 12 49 0 5C 45 9 159 56 31
Octal 350 22 111 0 134 105 11 531 126 61
Binary 11101000 10010 1001001 0 1011100 1000101 1001 101011001 1010110 110001

Color Harmonies of #E81249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81249

Black with #E81249

Text Example


Text Example

White with #E81249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81249; }

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

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

background-color css

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

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

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

border-color css

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

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

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