Html Css Color HEX #E80039 Crimson

📋 copy color: '#E80039'

red 232 ◦ green 0 ◦ blue 57

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

Shades of Crimson #E80039

Tints of Crimson #E80039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 80.28%
G = 0%
B = 19.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E80039 (or 0xE80039) is known color: Crimson. HEX triplet: E8, 00 and 39. RGB value is (232,0,57). Sum of RGB (Red+Green+Blue) = 232+0+57=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E80039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80039 is #17FFC6. Grayscale: #4B4B4B. Windows color (decimal): -1572807 or 3735784. OLE color: 3735784.

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

Color convert

RGB 232 0 57 -
CMYK 0 1 0.75 0.09
HSL 345.26º 1% 0.45% -
HSV(B) 345.26º 1% 0.91% -
XYZ 34.02 17.45 5.45 -
YUV 75.87 117.36 239.37 -
System Red Green Blue C M Y K H S L
Decimal 232 0 57 0 1 0.75 0.09 345.26 1 0.45
Hex E8 0 39 0 64 4B 9 159 64 2D
Octal 350 0 71 0 144 113 11 531 144 55
Binary 11101000 0 111001 0 1100100 1001011 1001 101011001 1100100 101101

Color Harmonies of #E80039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80039

Black with #E80039

Text Example


Text Example

White with #E80039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80039; }

 p { color: rgb(232,0,57); }

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

background-color css

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

 a { background-color: rgb(232,0,57); }

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

border-color css

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

 span { border-color: rgb(232,0,57); }

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