Html Css Color HEX #E40529 Crimson

📋 copy color: '#E40529'

red 228 ◦ green 5 ◦ blue 41

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

Shades of Crimson #E40529

Tints of Crimson #E40529

RGB

 RED value IS 228 (89.45% from 255) = 83.21%

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 83.21%
G = 1.82%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E40529 (or 0xE40529) is known color: Crimson. HEX triplet: E4, 05 and 29. RGB value is (228,5,41). Sum of RGB (Red+Green+Blue) = 228+5+41=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E40529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40529 is #1BFAD6. Grayscale: #4B4B4B. Windows color (decimal): -1833687 or 2688484. OLE color: 2688484.

HSL color Cylindrical-coordinate representation of color #E40529: hue angle of 350.31º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40529 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 41 -
CMYK 0 0.98 0.82 0.11
HSL 350.31º 0.96% 0.46% -
HSV(B) 350.31º 0.98% 0.89% -
XYZ 32.45 16.76 3.62 -
YUV 75.78 108.38 236.57 -
System Red Green Blue C M Y K H S L
Decimal 228 5 41 0 0.98 0.82 0.11 350.31 0.96 0.46
Hex E4 5 29 0 62 52 B 15E 60 2E
Octal 344 5 51 0 142 122 13 536 140 56
Binary 11100100 101 101001 0 1100010 1010010 1011 101011110 1100000 101110

Color Harmonies of #E40529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40529

Black with #E40529

Text Example


Text Example

White with #E40529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40529; }

 p { color: rgb(228,5,41); }

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

background-color css

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

 a { background-color: rgb(228,5,41); }

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

border-color css

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

 span { border-color: rgb(228,5,41); }

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