Html Css Color HEX #E50036 Crimson

📋 copy color: '#E50036'

red 229 ◦ green 0 ◦ blue 54

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

Shades of Crimson #E50036

Tints of Crimson #E50036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 80.92%
G = 0%
B = 19.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E50036 (or 0xE50036) is known color: Crimson. HEX triplet: E5, 00 and 36. RGB value is (229,0,54). Sum of RGB (Red+Green+Blue) = 229+0+54=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E50036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50036 is #1AFFC9. Grayscale: #4A4A4A. Windows color (decimal): -1769418 or 3539173. OLE color: 3539173.

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

Color convert

RGB 229 0 54 -
CMYK 0 1 0.76 0.10
HSL 345.85º 1% 0.45% -
HSV(B) 345.85º 1% 0.9% -
XYZ 32.98 16.92 5.02 -
YUV 74.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 229 0 54 0 1 0.76 0.10 345.85 1 0.45
Hex E5 0 36 0 64 4C A 15A 64 2D
Octal 345 0 66 0 144 114 12 532 144 55
Binary 11100101 0 110110 0 1100100 1001100 1010 101011010 1100100 101101

Color Harmonies of #E50036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50036

Black with #E50036

Text Example


Text Example

White with #E50036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50036; }

 p { color: rgb(229,0,54); }

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

background-color css

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

 a { background-color: rgb(229,0,54); }

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

border-color css

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

 span { border-color: rgb(229,0,54); }

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