#E30428

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

Shades of Crimson #E30428

Tints of Crimson #E30428

Color information

#E30428 (or 0xE30428) is unknown color: approx Crimson. HEX triplet: E3, 04 and 28. RGB value is (227,4,40). Sum of RGB (Red+Green+Blue) = 227+4+40=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E30428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30428 is #1CFBD7. Grayscale: #4A4A4A. Windows color (decimal): -1899480 or 2622691. OLE color: 2622691.

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

Color convert

RGB227440-
CMYK00.980.820.11
HSL350.31º96.54%45.29%-
HSV(B)350.31º98.24%89.02%-
XYZ32.116.573.51-
YUV74.78108.38236.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 83.76%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=83.76%
G=1.48%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22744000.980.820.11350.3196.5445.29
HexE342806252B15e612d
Octal34345001421221353614155
Binary1110001110010100001100010101001010111010111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30428; }

 p { color: rgb(227,4,40); }

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

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

 a { background-color: rgb(227,4,40); }

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

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

 span { border-color: rgb(227,4,40); }

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