Html Css Color HEX #E50741 Crimson

📋 copy color: '#E50741'

red 229 ◦ green 7 ◦ blue 65

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

Shades of Crimson #E50741

Tints of Crimson #E50741

RGB

 RED value IS 229 (89.84% from 255) = 76.08%

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

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

R = 76.08%
G = 2.33%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50741 (or 0xE50741) is known color: Crimson. HEX triplet: E5, 07 and 41. RGB value is (229,7,65). Sum of RGB (Red+Green+Blue) = 229+7+65=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50741 is #1AF8BE. Grayscale: #4F4F4F. Windows color (decimal): -1767615 or 4261861. OLE color: 4261861.

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

Color convert

RGB 229 7 65 -
CMYK 0 0.97 0.72 0.10
HSL 344.32º 0.94% 0.46% -
HSV(B) 344.32º 0.97% 0.9% -
XYZ 33.34 17.19 6.56 -
YUV 79.99 119.55 234.28 -
System Red Green Blue C M Y K H S L
Decimal 229 7 65 0 0.97 0.72 0.10 344.32 0.94 0.46
Hex E5 7 41 0 61 48 A 158 5E 2E
Octal 345 7 101 0 141 110 12 530 136 56
Binary 11100101 111 1000001 0 1100001 1001000 1010 101011000 1011110 101110

Color Harmonies of #E50741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50741

Black with #E50741

Text Example


Text Example

White with #E50741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50741; }

 p { color: rgb(229,7,65); }

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

background-color css

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

 a { background-color: rgb(229,7,65); }

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

border-color css

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

 span { border-color: rgb(229,7,65); }

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