Html Css Color HEX #E80844 Crimson

📋 copy color: '#E80844'

red 232 ◦ green 8 ◦ blue 68

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

Shades of Crimson #E80844

Tints of Crimson #E80844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 75.32%
G = 2.6%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E80844 (or 0xE80844) is known color: Crimson. HEX triplet: E8, 08 and 44. RGB value is (232,8,68). Sum of RGB (Red+Green+Blue) = 232+8+68=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E80844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80844 is #17F7BB. Grayscale: #515151. Windows color (decimal): -1570748 or 4458728. OLE color: 4458728.

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

Color convert

RGB 232 8 68 -
CMYK 0 0.97 0.71 0.09
HSL 343.93º 0.93% 0.47% -
HSV(B) 343.93º 0.97% 0.91% -
XYZ 34.41 17.75 7.08 -
YUV 81.82 120.21 235.12 -
System Red Green Blue C M Y K H S L
Decimal 232 8 68 0 0.97 0.71 0.09 343.93 0.93 0.47
Hex E8 8 44 0 61 47 9 158 5D 2F
Octal 350 10 104 0 141 107 11 530 135 57
Binary 11101000 1000 1000100 0 1100001 1000111 1001 101011000 1011101 101111

Color Harmonies of #E80844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80844

Black with #E80844

Text Example


Text Example

White with #E80844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80844; }

 p { color: rgb(232,8,68); }

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

background-color css

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

 a { background-color: rgb(232,8,68); }

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

border-color css

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

 span { border-color: rgb(232,8,68); }

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