Html Css Color HEX #E50D26 Crimson

📋 copy color: '#E50D26'

red 229 ◦ green 13 ◦ blue 38

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

Shades of Crimson #E50D26

Tints of Crimson #E50D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 81.79%
G = 4.64%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50D26 (or 0xE50D26) is known color: Crimson. HEX triplet: E5, 0D and 26. RGB value is (229,13,38). Sum of RGB (Red+Green+Blue) = 229+13+38=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D26 is #1AF2D9. Grayscale: #505050. Windows color (decimal): -1766106 or 2493925. OLE color: 2493925.

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

Color convert

RGB 229 13 38 -
CMYK 0 0.94 0.83 0.10
HSL 353.06º 0.89% 0.47% -
HSV(B) 353.06º 0.94% 0.9% -
XYZ 32.81 17.09 3.4 -
YUV 80.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 229 13 38 0 0.94 0.83 0.10 353.06 0.89 0.47
Hex E5 D 26 0 5E 53 A 161 59 2F
Octal 345 15 46 0 136 123 12 541 131 57
Binary 11100101 1101 100110 0 1011110 1010011 1010 101100001 1011001 101111

Color Harmonies of #E50D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D26

Black with #E50D26

Text Example


Text Example

White with #E50D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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