Html Css Color HEX #E50E42 Crimson

📋 copy color: '#E50E42'

red 229 ◦ green 14 ◦ blue 66

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

Shades of Crimson #E50E42

Tints of Crimson #E50E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 74.11%
G = 4.53%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50E42 (or 0xE50E42) is known color: Crimson. HEX triplet: E5, 0E and 42. RGB value is (229,14,66). Sum of RGB (Red+Green+Blue) = 229+14+66=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50E42 is #1AF1BD. Grayscale: #545454. Windows color (decimal): -1765822 or 4329189. OLE color: 4329189.

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

Color convert

RGB 229 14 66 -
CMYK 0 0.94 0.71 0.10
HSL 345.49º 0.88% 0.48% -
HSV(B) 345.49º 0.94% 0.9% -
XYZ 33.45 17.37 6.74 -
YUV 84.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 229 14 66 0 0.94 0.71 0.10 345.49 0.88 0.48
Hex E5 E 42 0 5E 47 A 159 58 30
Octal 345 16 102 0 136 107 12 531 130 60
Binary 11100101 1110 1000010 0 1011110 1000111 1010 101011001 1011000 110000

Color Harmonies of #E50E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E42

Black with #E50E42

Text Example


Text Example

White with #E50E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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