Html Css Color HEX #E50526 Crimson

📋 copy color: '#E50526'

red 229 ◦ green 5 ◦ blue 38

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

Shades of Crimson #E50526

Tints of Crimson #E50526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 84.19%
G = 1.84%
B = 13.97%

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

#E50526 (or 0xE50526) is known color: Crimson. HEX triplet: E5, 05 and 26. RGB value is (229,5,38). Sum of RGB (Red+Green+Blue) = 229+5+38=272 (36% of max value = 765). Red value is 229 (89.84% from 255 or 84.19% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 229 - color contains mainly: red. Hex color #E50526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50526 is #1AFAD9. Grayscale: #4B4B4B. Windows color (decimal): -1768154 or 2491877. OLE color: 2491877.

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

Color convert

RGB 229 5 38 -
CMYK 0 0.98 0.83 0.10
HSL 351.16º 0.96% 0.46% -
HSV(B) 351.16º 0.98% 0.9% -
XYZ 32.72 16.91 3.37 -
YUV 75.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 229 5 38 0 0.98 0.83 0.10 351.16 0.96 0.46
Hex E5 5 26 0 62 53 A 15F 60 2E
Octal 345 5 46 0 142 123 12 537 140 56
Binary 11100101 101 100110 0 1100010 1010011 1010 101011111 1100000 101110

Color Harmonies of #E50526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50526

Black with #E50526

Text Example


Text Example

White with #E50526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50526; }

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

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

background-color css

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

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

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

border-color css

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

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

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