Html Css Color HEX #E50538 Crimson

📋 copy color: '#E50538'

red 229 ◦ green 5 ◦ blue 56

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

Shades of Crimson #E50538

Tints of Crimson #E50538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 78.97%
G = 1.72%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E50538 (or 0xE50538) is known color: Crimson. HEX triplet: E5, 05 and 38. RGB value is (229,5,56). Sum of RGB (Red+Green+Blue) = 229+5+56=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E50538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50538 is #1AFAC7. Grayscale: #4D4D4D. Windows color (decimal): -1768136 or 3671525. OLE color: 3671525.

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

Color convert

RGB 229 5 56 -
CMYK 0 0.98 0.76 0.10
HSL 346.34º 0.96% 0.46% -
HSV(B) 346.34º 0.98% 0.9% -
XYZ 33.08 17.05 5.29 -
YUV 77.79 115.71 235.85 -
System Red Green Blue C M Y K H S L
Decimal 229 5 56 0 0.98 0.76 0.10 346.34 0.96 0.46
Hex E5 5 38 0 62 4C A 15A 60 2E
Octal 345 5 70 0 142 114 12 532 140 56
Binary 11100101 101 111000 0 1100010 1001100 1010 101011010 1100000 101110

Color Harmonies of #E50538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50538

Black with #E50538

Text Example


Text Example

White with #E50538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50538; }

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

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

background-color css

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

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

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

border-color css

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

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

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