Html Css Color HEX #E81134 Crimson

📋 copy color: '#E81134'

red 232 ◦ green 17 ◦ blue 52

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

Shades of Crimson #E81134

Tints of Crimson #E81134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 77.08%
G = 5.65%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E81134 (or 0xE81134) is known color: Crimson. HEX triplet: E8, 11 and 34. RGB value is (232,17,52). Sum of RGB (Red+Green+Blue) = 232+17+52=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E81134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81134 is #17EECB. Grayscale: #555555. Windows color (decimal): -1568460 or 3412456. OLE color: 3412456.

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

Color convert

RGB 232 17 52 -
CMYK 0 0.93 0.78 0.09
HSL 350.23º 0.86% 0.49% -
HSV(B) 350.23º 0.93% 0.91% -
XYZ 34.1 17.8 4.89 -
YUV 85.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 232 17 52 0 0.93 0.78 0.09 350.23 0.86 0.49
Hex E8 11 34 0 5D 4E 9 15E 56 31
Octal 350 21 64 0 135 116 11 536 126 61
Binary 11101000 10001 110100 0 1011101 1001110 1001 101011110 1010110 110001

Color Harmonies of #E81134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81134

Black with #E81134

Text Example


Text Example

White with #E81134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81134; }

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

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

background-color css

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

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

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

border-color css

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

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

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