Html Css Color HEX #E80441 Crimson

📋 copy color: '#E80441'

red 232 ◦ green 4 ◦ blue 65

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

Shades of Crimson #E80441

Tints of Crimson #E80441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 77.08%
G = 1.33%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80441 (or 0xE80441) is known color: Crimson. HEX triplet: E8, 04 and 41. RGB value is (232,4,65). Sum of RGB (Red+Green+Blue) = 232+4+65=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E80441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80441 is #17FBBE. Grayscale: #4F4F4F. Windows color (decimal): -1571775 or 4261096. OLE color: 4261096.

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

Color convert

RGB 232 4 65 -
CMYK 0 0.98 0.72 0.09
HSL 343.95º 0.97% 0.46% -
HSV(B) 343.95º 0.98% 0.91% -
XYZ 34.28 17.62 6.6 -
YUV 79.13 120.04 237.04 -
System Red Green Blue C M Y K H S L
Decimal 232 4 65 0 0.98 0.72 0.09 343.95 0.97 0.46
Hex E8 4 41 0 62 48 9 158 61 2E
Octal 350 4 101 0 142 110 11 530 141 56
Binary 11101000 100 1000001 0 1100010 1001000 1001 101011000 1100001 101110

Color Harmonies of #E80441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80441

Black with #E80441

Text Example


Text Example

White with #E80441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80441; }

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

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

background-color css

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

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

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

border-color css

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

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

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