Html Css Color HEX #E50842 Crimson

📋 copy color: '#E50842'

red 229 ◦ green 8 ◦ blue 66

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

Shades of Crimson #E50842

Tints of Crimson #E50842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 75.58%
G = 2.64%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50842 (or 0xE50842) is known color: Crimson. HEX triplet: E5, 08 and 42. RGB value is (229,8,66). Sum of RGB (Red+Green+Blue) = 229+8+66=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E50842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50842 is #1AF7BD. Grayscale: #505050. Windows color (decimal): -1767358 or 4327653. OLE color: 4327653.

HSL color Cylindrical-coordinate representation of color #E50842: hue angle of 344.25º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50842 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 66 -
CMYK 0 0.97 0.71 0.10
HSL 344.25º 0.93% 0.46% -
HSV(B) 344.25º 0.97% 0.9% -
XYZ 33.38 17.23 6.72 -
YUV 80.69 119.72 233.78 -
System Red Green Blue C M Y K H S L
Decimal 229 8 66 0 0.97 0.71 0.10 344.25 0.93 0.46
Hex E5 8 42 0 61 47 A 158 5D 2E
Octal 345 10 102 0 141 107 12 530 135 56
Binary 11100101 1000 1000010 0 1100001 1000111 1010 101011000 1011101 101110

Color Harmonies of #E50842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50842

Black with #E50842

Text Example


Text Example

White with #E50842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50842; }

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

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

background-color css

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

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

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

border-color css

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

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

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