Html Css Color HEX #E50D2D Crimson

📋 copy color: '#E50D2D'

red 229 ◦ green 13 ◦ blue 45

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

Shades of Crimson #E50D2D

Tints of Crimson #E50D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 79.79%
G = 4.53%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E50D2D (or 0xE50D2D) is known color: Crimson. HEX triplet: E5, 0D and 2D. RGB value is (229,13,45). Sum of RGB (Red+Green+Blue) = 229+13+45=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D2D is #1AF2D2. Grayscale: #515151. Windows color (decimal): -1766099 or 2952677. OLE color: 2952677.

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

Color convert

RGB 229 13 45 -
CMYK 0 0.94 0.80 0.10
HSL 351.11º 0.89% 0.47% -
HSV(B) 351.11º 0.94% 0.9% -
XYZ 32.93 17.14 4.05 -
YUV 81.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 229 13 45 0 0.94 0.80 0.10 351.11 0.89 0.47
Hex E5 D 2D 0 5E 50 A 15F 59 2F
Octal 345 15 55 0 136 120 12 537 131 57
Binary 11100101 1101 101101 0 1011110 1010000 1010 101011111 1011001 101111

Color Harmonies of #E50D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D2D

Black with #E50D2D

Text Example


Text Example

White with #E50D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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