Html Css Color HEX #E40528 Crimson

📋 copy color: '#E40528'

red 228 ◦ green 5 ◦ blue 40

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

Shades of Crimson #E40528

Tints of Crimson #E40528

RGB

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

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

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

R = 83.52%
G = 1.83%
B = 14.65%

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

#E40528 (or 0xE40528) is known color: Crimson. HEX triplet: E4, 05 and 28. RGB value is (228,5,40). Sum of RGB (Red+Green+Blue) = 228+5+40=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E40528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40528 is #1BFAD7. Grayscale: #4B4B4B. Windows color (decimal): -1833688 or 2622948. OLE color: 2622948.

HSL color Cylindrical-coordinate representation of color #E40528: hue angle of 350.58º 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 #E40528 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 40 -
CMYK 0 0.98 0.82 0.11
HSL 350.58º 0.96% 0.46% -
HSV(B) 350.58º 0.98% 0.89% -
XYZ 32.43 16.76 3.53 -
YUV 75.67 107.88 236.65 -
System Red Green Blue C M Y K H S L
Decimal 228 5 40 0 0.98 0.82 0.11 350.58 0.96 0.46
Hex E4 5 28 0 62 52 B 15F 60 2E
Octal 344 5 50 0 142 122 13 537 140 56
Binary 11100100 101 101000 0 1100010 1010010 1011 101011111 1100000 101110

Color Harmonies of #E40528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40528

Black with #E40528

Text Example


Text Example

White with #E40528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40528; }

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

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

background-color css

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

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

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

border-color css

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

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

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