Html Css Color HEX #E51028 Crimson

📋 copy color: '#E51028'

red 229 ◦ green 16 ◦ blue 40

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

Shades of Crimson #E51028

Tints of Crimson #E51028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 80.35%
G = 5.61%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E51028 (or 0xE51028) is known color: Crimson. HEX triplet: E5, 10 and 28. RGB value is (229,16,40). Sum of RGB (Red+Green+Blue) = 229+16+40=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E51028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51028 is #1AEFD7. Grayscale: #525252. Windows color (decimal): -1765336 or 2625765. OLE color: 2625765.

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

Color convert

RGB 229 16 40 -
CMYK 0 0.93 0.83 0.10
HSL 353.24º 0.87% 0.48% -
HSV(B) 353.24º 0.93% 0.9% -
XYZ 32.88 17.18 3.59 -
YUV 82.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 229 16 40 0 0.93 0.83 0.10 353.24 0.87 0.48
Hex E5 10 28 0 5D 53 A 161 57 30
Octal 345 20 50 0 135 123 12 541 127 60
Binary 11100101 10000 101000 0 1011101 1010011 1010 101100001 1010111 110000

Color Harmonies of #E51028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51028

Black with #E51028

Text Example


Text Example

White with #E51028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51028; }

 p { color: rgb(229,16,40); }

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

background-color css

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

 a { background-color: rgb(229,16,40); }

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

border-color css

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

 span { border-color: rgb(229,16,40); }

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