Html Css Color HEX #E50529 Crimson

📋 copy color: '#E50529'

red 229 ◦ green 5 ◦ blue 41

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

Shades of Crimson #E50529

Tints of Crimson #E50529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 83.27%
G = 1.82%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E50529 (or 0xE50529) is known color: Crimson. HEX triplet: E5, 05 and 29. RGB value is (229,5,41). Sum of RGB (Red+Green+Blue) = 229+5+41=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E50529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50529 is #1AFAD6. Grayscale: #4C4C4C. Windows color (decimal): -1768151 or 2688485. OLE color: 2688485.

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

Color convert

RGB 229 5 41 -
CMYK 0 0.98 0.82 0.10
HSL 350.36º 0.96% 0.46% -
HSV(B) 350.36º 0.98% 0.9% -
XYZ 32.77 16.93 3.64 -
YUV 76.08 108.21 237.07 -
System Red Green Blue C M Y K H S L
Decimal 229 5 41 0 0.98 0.82 0.10 350.36 0.96 0.46
Hex E5 5 29 0 62 52 A 15E 60 2E
Octal 345 5 51 0 142 122 12 536 140 56
Binary 11100101 101 101001 0 1100010 1010010 1010 101011110 1100000 101110

Color Harmonies of #E50529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50529

Black with #E50529

Text Example


Text Example

White with #E50529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50529; }

 p { color: rgb(229,5,41); }

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

background-color css

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

 a { background-color: rgb(229,5,41); }

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

border-color css

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

 span { border-color: rgb(229,5,41); }

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