Html Css Color HEX #E81549 Crimson

📋 copy color: '#E81549'

red 232 ◦ green 21 ◦ blue 73

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

Shades of Crimson #E81549

Tints of Crimson #E81549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 71.17%
G = 6.44%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E81549 (or 0xE81549) is known color: Crimson. HEX triplet: E8, 15 and 49. RGB value is (232,21,73). Sum of RGB (Red+Green+Blue) = 232+21+73=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E81549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81549 is #17EAB6. Grayscale: #5A5A5A. Windows color (decimal): -1567415 or 4789736. OLE color: 4789736.

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

Color convert

RGB 232 21 73 -
CMYK 0 0.91 0.69 0.09
HSL 345.21º 0.83% 0.5% -
HSV(B) 345.21º 0.91% 0.91% -
XYZ 34.75 18.17 7.98 -
YUV 90.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 232 21 73 0 0.91 0.69 0.09 345.21 0.83 0.5
Hex E8 15 49 0 5B 45 9 159 53 32
Octal 350 25 111 0 133 105 11 531 123 62
Binary 11101000 10101 1001001 0 1011011 1000101 1001 101011001 1010011 110010

Color Harmonies of #E81549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81549

Black with #E81549

Text Example


Text Example

White with #E81549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81549; }

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

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

background-color css

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

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

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

border-color css

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

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

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