Html Css Color HEX #E80939 Crimson

📋 copy color: '#E80939'

red 232 ◦ green 9 ◦ blue 57

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

Shades of Crimson #E80939

Tints of Crimson #E80939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 77.85%
G = 3.02%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E80939 (or 0xE80939) is known color: Crimson. HEX triplet: E8, 09 and 39. RGB value is (232,9,57). Sum of RGB (Red+Green+Blue) = 232+9+57=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E80939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80939 is #17F6C6. Grayscale: #515151. Windows color (decimal): -1570503 or 3738088. OLE color: 3738088.

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

Color convert

RGB 232 9 57 -
CMYK 0 0.96 0.75 0.09
HSL 347.09º 0.93% 0.47% -
HSV(B) 347.09º 0.96% 0.91% -
XYZ 34.11 17.65 5.48 -
YUV 81.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 232 9 57 0 0.96 0.75 0.09 347.09 0.93 0.47
Hex E8 9 39 0 60 4B 9 15B 5D 2F
Octal 350 11 71 0 140 113 11 533 135 57
Binary 11101000 1001 111001 0 1100000 1001011 1001 101011011 1011101 101111

Color Harmonies of #E80939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80939

Black with #E80939

Text Example


Text Example

White with #E80939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80939; }

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

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

background-color css

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

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

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

border-color css

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

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

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