Html Css Color HEX #E50E2E Crimson

📋 copy color: '#E50E2E'

red 229 ◦ green 14 ◦ blue 46

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

Shades of Crimson #E50E2E

Tints of Crimson #E50E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 79.24%
G = 4.84%
B = 15.92%

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

#E50E2E (or 0xE50E2E) is known color: Crimson. HEX triplet: E5, 0E and 2E. RGB value is (229,14,46). Sum of RGB (Red+Green+Blue) = 229+14+46=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50E2E is #1AF1D1. Grayscale: #525252. Windows color (decimal): -1765842 or 3018469. OLE color: 3018469.

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

Color convert

RGB 229 14 46 -
CMYK 0 0.94 0.80 0.10
HSL 351.07º 0.88% 0.48% -
HSV(B) 351.07º 0.94% 0.9% -
XYZ 32.96 17.17 4.16 -
YUV 81.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 229 14 46 0 0.94 0.80 0.10 351.07 0.88 0.48
Hex E5 E 2E 0 5E 50 A 15F 58 30
Octal 345 16 56 0 136 120 12 537 130 60
Binary 11100101 1110 101110 0 1011110 1010000 1010 101011111 1011000 110000

Color Harmonies of #E50E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E2E

Black with #E50E2E

Text Example


Text Example

White with #E50E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E2E; }

 p { color: rgb(229,14,46); }

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

background-color css

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

 a { background-color: rgb(229,14,46); }

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

border-color css

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

 span { border-color: rgb(229,14,46); }

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