Html Css Color HEX #E50827 Crimson

📋 copy color: '#E50827'

red 229 ◦ green 8 ◦ blue 39

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

Shades of Crimson #E50827

Tints of Crimson #E50827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 82.97%
G = 2.9%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E50827 (or 0xE50827) is known color: Crimson. HEX triplet: E5, 08 and 27. RGB value is (229,8,39). Sum of RGB (Red+Green+Blue) = 229+8+39=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E50827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50827 is #1AF7D8. Grayscale: #4D4D4D. Windows color (decimal): -1767385 or 2558181. OLE color: 2558181.

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

Color convert

RGB 229 8 39 -
CMYK 0 0.97 0.83 0.10
HSL 351.58º 0.93% 0.46% -
HSV(B) 351.58º 0.97% 0.9% -
XYZ 32.77 16.98 3.47 -
YUV 77.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 229 8 39 0 0.97 0.83 0.10 351.58 0.93 0.46
Hex E5 8 27 0 61 53 A 160 5D 2E
Octal 345 10 47 0 141 123 12 540 135 56
Binary 11100101 1000 100111 0 1100001 1010011 1010 101100000 1011101 101110

Color Harmonies of #E50827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50827

Black with #E50827

Text Example


Text Example

White with #E50827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50827; }

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

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

background-color css

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

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

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

border-color css

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

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

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