Html Css Color HEX #E50341 Crimson

📋 copy color: '#E50341'

red 229 ◦ green 3 ◦ blue 65

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

Shades of Crimson #E50341

Tints of Crimson #E50341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 77.1%
G = 1.01%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E50341 (or 0xE50341) is known color: Crimson. HEX triplet: E5, 03 and 41. RGB value is (229,3,65). Sum of RGB (Red+Green+Blue) = 229+3+65=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E50341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50341 is #1AFCBE. Grayscale: #4D4D4D. Windows color (decimal): -1768639 or 4260837. OLE color: 4260837.

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

Color convert

RGB 229 3 65 -
CMYK 0 0.99 0.72 0.10
HSL 343.54º 0.97% 0.45% -
HSV(B) 343.54º 0.99% 0.9% -
XYZ 33.3 17.1 6.55 -
YUV 77.64 120.87 235.96 -
System Red Green Blue C M Y K H S L
Decimal 229 3 65 0 0.99 0.72 0.10 343.54 0.97 0.45
Hex E5 3 41 0 63 48 A 158 61 2D
Octal 345 3 101 0 143 110 12 530 141 55
Binary 11100101 11 1000001 0 1100011 1001000 1010 101011000 1100001 101101

Color Harmonies of #E50341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50341

Black with #E50341

Text Example


Text Example

White with #E50341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50341; }

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

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

background-color css

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

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

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

border-color css

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

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

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