Html Css Color HEX #E50D3B Crimson

📋 copy color: '#E50D3B'

red 229 ◦ green 13 ◦ blue 59

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

Shades of Crimson #E50D3B

Tints of Crimson #E50D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 76.08%
G = 4.32%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E50D3B (or 0xE50D3B) is known color: Crimson. HEX triplet: E5, 0D and 3B. RGB value is (229,13,59). Sum of RGB (Red+Green+Blue) = 229+13+59=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D3B is #1AF2C4. Grayscale: #525252. Windows color (decimal): -1766085 or 3870181. OLE color: 3870181.

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

Color convert

RGB 229 13 59 -
CMYK 0 0.94 0.74 0.10
HSL 347.22º 0.89% 0.47% -
HSV(B) 347.22º 0.94% 0.9% -
XYZ 33.25 17.26 5.72 -
YUV 82.83 114.56 232.26 -
System Red Green Blue C M Y K H S L
Decimal 229 13 59 0 0.94 0.74 0.10 347.22 0.89 0.47
Hex E5 D 3B 0 5E 4A A 15B 59 2F
Octal 345 15 73 0 136 112 12 533 131 57
Binary 11100101 1101 111011 0 1011110 1001010 1010 101011011 1011001 101111

Color Harmonies of #E50D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D3B

Black with #E50D3B

Text Example


Text Example

White with #E50D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D3B; }

 p { color: rgb(229,13,59); }

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

background-color css

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

 a { background-color: rgb(229,13,59); }

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

border-color css

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

 span { border-color: rgb(229,13,59); }

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