Html Css Color HEX #E50528 Crimson

📋 copy color: '#E50528'

red 229 ◦ green 5 ◦ blue 40

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

Shades of Crimson #E50528

Tints of Crimson #E50528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 83.58%
G = 1.82%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50528 (or 0xE50528) is known color: Crimson. HEX triplet: E5, 05 and 28. RGB value is (229,5,40). Sum of RGB (Red+Green+Blue) = 229+5+40=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E50528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50528 is #1AFAD7. Grayscale: #4C4C4C. Windows color (decimal): -1768152 or 2622949. OLE color: 2622949.

HSL color Cylindrical-coordinate representation of color #E50528: hue angle of 350.62º 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 #E50528 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 40 -
CMYK 0 0.98 0.83 0.10
HSL 350.63º 0.96% 0.46% -
HSV(B) 350.63º 0.98% 0.9% -
XYZ 32.75 16.92 3.55 -
YUV 75.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 229 5 40 0 0.98 0.83 0.10 350.63 0.96 0.46
Hex E5 5 28 0 62 53 A 15F 60 2E
Octal 345 5 50 0 142 123 12 537 140 56
Binary 11100101 101 101000 0 1100010 1010011 1010 101011111 1100000 101110

Color Harmonies of #E50528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50528

Black with #E50528

Text Example


Text Example

White with #E50528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50528; }

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

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

background-color css

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

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

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

border-color css

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

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

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