Html Css Color HEX #E81246 Crimson

📋 copy color: '#E81246'

red 232 ◦ green 18 ◦ blue 70

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

Shades of Crimson #E81246

Tints of Crimson #E81246

RGB

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

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

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

R = 72.5%
G = 5.63%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E81246 (or 0xE81246) is known color: Crimson. HEX triplet: E8, 12 and 46. RGB value is (232,18,70). Sum of RGB (Red+Green+Blue) = 232+18+70=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E81246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81246 is #17EDB9. Grayscale: #575757. Windows color (decimal): -1568186 or 4592360. OLE color: 4592360.

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

Color convert

RGB 232 18 70 -
CMYK 0 0.92 0.70 0.09
HSL 345.42º 0.86% 0.49% -
HSV(B) 345.42º 0.92% 0.91% -
XYZ 34.6 18.03 7.45 -
YUV 87.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 232 18 70 0 0.92 0.70 0.09 345.42 0.86 0.49
Hex E8 12 46 0 5C 46 9 159 56 31
Octal 350 22 106 0 134 106 11 531 126 61
Binary 11101000 10010 1000110 0 1011100 1000110 1001 101011001 1010110 110001

Color Harmonies of #E81246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81246

Black with #E81246

Text Example


Text Example

White with #E81246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81246; }

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

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

background-color css

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

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

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

border-color css

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

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

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