Html Css Color HEX #E80041 Crimson

📋 copy color: '#E80041'

red 232 ◦ green 0 ◦ blue 65

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

Shades of Crimson #E80041

Tints of Crimson #E80041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 78.11%
G = 0%
B = 21.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80041 (or 0xE80041) is known color: Crimson. HEX triplet: E8, 00 and 41. RGB value is (232,0,65). Sum of RGB (Red+Green+Blue) = 232+0+65=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E80041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80041 is #17FFBE. Grayscale: #4C4C4C. Windows color (decimal): -1572799 or 4260072. OLE color: 4260072.

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

Color convert

RGB 232 0 65 -
CMYK 0 1 0.72 0.09
HSL 343.19º 1% 0.45% -
HSV(B) 343.19º 1% 0.91% -
XYZ 34.23 17.54 6.58 -
YUV 76.78 121.36 238.71 -
System Red Green Blue C M Y K H S L
Decimal 232 0 65 0 1 0.72 0.09 343.19 1 0.45
Hex E8 0 41 0 64 48 9 157 64 2D
Octal 350 0 101 0 144 110 11 527 144 55
Binary 11101000 0 1000001 0 1100100 1001000 1001 101010111 1100100 101101

Color Harmonies of #E80041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80041

Black with #E80041

Text Example


Text Example

White with #E80041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80041; }

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

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

background-color css

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

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

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

border-color css

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

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

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