Html Css Color HEX #E50934 Crimson

📋 copy color: '#E50934'

red 229 ◦ green 9 ◦ blue 52

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

Shades of Crimson #E50934

Tints of Crimson #E50934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 78.97%
G = 3.1%
B = 17.93%

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

#E50934 (or 0xE50934) is known color: Crimson. HEX triplet: E5, 09 and 34. RGB value is (229,9,52). Sum of RGB (Red+Green+Blue) = 229+9+52=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E50934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50934 is #1AF6CB. Grayscale: #4F4F4F. Windows color (decimal): -1767116 or 3410405. OLE color: 3410405.

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

Color convert

RGB 229 9 52 -
CMYK 0 0.96 0.77 0.10
HSL 348.27º 0.92% 0.47% -
HSV(B) 348.27º 0.96% 0.9% -
XYZ 33.03 17.1 4.81 -
YUV 79.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 229 9 52 0 0.96 0.77 0.10 348.27 0.92 0.47
Hex E5 9 34 0 60 4D A 15C 5C 2F
Octal 345 11 64 0 140 115 12 534 134 57
Binary 11100101 1001 110100 0 1100000 1001101 1010 101011100 1011100 101111

Color Harmonies of #E50934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50934

Black with #E50934

Text Example


Text Example

White with #E50934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50934; }

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

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

background-color css

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

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

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

border-color css

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

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

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