Html Css Color HEX #E80744 Crimson

📋 copy color: '#E80744'

red 232 ◦ green 7 ◦ blue 68

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

Shades of Crimson #E80744

Tints of Crimson #E80744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 75.57%
G = 2.28%
B = 22.15%

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

#E80744 (or 0xE80744) is known color: Crimson. HEX triplet: E8, 07 and 44. RGB value is (232,7,68). Sum of RGB (Red+Green+Blue) = 232+7+68=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80744 is #17F8BB. Grayscale: #515151. Windows color (decimal): -1571004 or 4458472. OLE color: 4458472.

HSL color Cylindrical-coordinate representation of color #E80744: hue angle of 343.73º degrees, saturation: 0.94, 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 #E80744 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 7 68 -
CMYK 0 0.97 0.71 0.09
HSL 343.73º 0.94% 0.47% -
HSV(B) 343.73º 0.97% 0.91% -
XYZ 34.4 17.73 7.08 -
YUV 81.23 120.54 235.54 -
System Red Green Blue C M Y K H S L
Decimal 232 7 68 0 0.97 0.71 0.09 343.73 0.94 0.47
Hex E8 7 44 0 61 47 9 158 5E 2F
Octal 350 7 104 0 141 107 11 530 136 57
Binary 11101000 111 1000100 0 1100001 1000111 1001 101011000 1011110 101111

Color Harmonies of #E80744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80744

Black with #E80744

Text Example


Text Example

White with #E80744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80744; }

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

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

background-color css

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

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

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

border-color css

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

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

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