Html Css Color HEX #E81131 Crimson

📋 copy color: '#E81131'

red 232 ◦ green 17 ◦ blue 49

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

Shades of Crimson #E81131

Tints of Crimson #E81131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 77.85%
G = 5.7%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E81131 (or 0xE81131) is known color: Crimson. HEX triplet: E8, 11 and 31. RGB value is (232,17,49). Sum of RGB (Red+Green+Blue) = 232+17+49=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E81131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81131 is #17EECE. Grayscale: #555555. Windows color (decimal): -1568463 or 3215848. OLE color: 3215848.

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

Color convert

RGB 232 17 49 -
CMYK 0 0.93 0.79 0.09
HSL 351.07º 0.86% 0.49% -
HSV(B) 351.07º 0.93% 0.91% -
XYZ 34.03 17.78 4.54 -
YUV 84.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 232 17 49 0 0.93 0.79 0.09 351.07 0.86 0.49
Hex E8 11 31 0 5D 4F 9 15F 56 31
Octal 350 21 61 0 135 117 11 537 126 61
Binary 11101000 10001 110001 0 1011101 1001111 1001 101011111 1010110 110001

Color Harmonies of #E81131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81131

Black with #E81131

Text Example


Text Example

White with #E81131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81131; }

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

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

background-color css

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

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

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

border-color css

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

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

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