Html Css Color HEX #E50935 Crimson

📋 copy color: '#E50935'

red 229 ◦ green 9 ◦ blue 53

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

Shades of Crimson #E50935

Tints of Crimson #E50935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 78.69%
G = 3.09%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E50935 (or 0xE50935) is known color: Crimson. HEX triplet: E5, 09 and 35. RGB value is (229,9,53). Sum of RGB (Red+Green+Blue) = 229+9+53=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E50935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50935 is #1AF6CA. Grayscale: #4F4F4F. Windows color (decimal): -1767115 or 3475941. OLE color: 3475941.

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

Color convert

RGB 229 9 53 -
CMYK 0 0.96 0.77 0.10
HSL 348º 0.92% 0.47% -
HSV(B) 348º 0.96% 0.9% -
XYZ 33.05 17.11 4.93 -
YUV 79.8 112.89 234.42 -
System Red Green Blue C M Y K H S L
Decimal 229 9 53 0 0.96 0.77 0.10 348 0.92 0.47
Hex E5 9 35 0 60 4D A 15C 5C 2F
Octal 345 11 65 0 140 115 12 534 134 57
Binary 11100101 1001 110101 0 1100000 1001101 1010 101011100 1011100 101111

Color Harmonies of #E50935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50935

Black with #E50935

Text Example


Text Example

White with #E50935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50935; }

 p { color: rgb(229,9,53); }

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

background-color css

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

 a { background-color: rgb(229,9,53); }

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

border-color css

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

 span { border-color: rgb(229,9,53); }

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