#E40328

Color #E40328 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E40328

Tints of Crimson #E40328

Color information

#E40328 (or 0xE40328) is unknown color: approx Crimson. HEX triplet: E4, 03 and 28. RGB value is (228,3,40). Sum of RGB (Red+Green+Blue) = 228+3+40=271 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.13% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 228 - color contains mainly: red. Hex color #E40328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40328 is #1BFCD7. Grayscale: #4A4A4A. Windows color (decimal): -1834200 or 2622436. OLE color: 2622436.

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

Color convert

RGB228340-
CMYK00.990.820.11
HSL350.13º97.4%45.29%-
HSV(B)350.13º98.68%89.41%-
XYZ32.4116.713.53-
YUV74.49108.54237.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 84.13%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=84.13%
G=1.11%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22834000.990.820.11350.1397.445.29
HexE432806352B15e612d
Octal34435001431221353614155
Binary111001001110100001100011101001010111010111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40328; }

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

 H1.HeaderClassName
 {
   color: #E40328;
 }
 .AnyTagClassName
 {
   color: #E40328;
 }
</style>
background-color css

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

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

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

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

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

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