Html Css Color HEX #E81946 Crimson

📋 copy color: '#E81946'

red 232 ◦ green 25 ◦ blue 70

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

Shades of Crimson #E81946

Tints of Crimson #E81946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 70.95%
G = 7.65%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E81946 (or 0xE81946) is known color: Crimson. HEX triplet: E8, 19 and 46. RGB value is (232,25,70). Sum of RGB (Red+Green+Blue) = 232+25+70=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E81946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81946 is #17E6B9. Grayscale: #5C5C5C. Windows color (decimal): -1566394 or 4594152. OLE color: 4594152.

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

Color convert

RGB 232 25 70 -
CMYK 0 0.89 0.70 0.09
HSL 346.96º 0.82% 0.5% -
HSV(B) 346.96º 0.89% 0.91% -
XYZ 34.73 18.29 7.49 -
YUV 92.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 232 25 70 0 0.89 0.70 0.09 346.96 0.82 0.5
Hex E8 19 46 0 59 46 9 15B 52 32
Octal 350 31 106 0 131 106 11 533 122 62
Binary 11101000 11001 1000110 0 1011001 1000110 1001 101011011 1010010 110010

Color Harmonies of #E81946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81946

Black with #E81946

Text Example


Text Example

White with #E81946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81946; }

 p { color: rgb(232,25,70); }

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

background-color css

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

 a { background-color: rgb(232,25,70); }

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

border-color css

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

 span { border-color: rgb(232,25,70); }

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