#E50A28

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

Shades of Crimson #E50A28

Tints of Crimson #E50A28

Color information

#E50A28 (or 0xE50A28) is unknown color: approx Crimson. HEX triplet: E5, 0A and 28. RGB value is (229,10,40). Sum of RGB (Red+Green+Blue) = 229+10+40=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A28 is #1AF5D7. Grayscale: #4F4F4F. Windows color (decimal): -1766872 or 2624229. OLE color: 2624229.

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

Color convert

RGB2291040-
CMYK00.960.830.10
HSL351.78º91.63%46.86%-
HSV(B)351.78º95.63%89.8%-
XYZ32.817.033.57-
YUV78.9106.05235.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 82.08%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=82.08%
G=3.58%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229104000.960.830.10351.7891.6346.86
HexE5A2806053A1605c2f
Octal345125001401231254013457
Binary11100101101010100001100000101001110101011000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50A28; }

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

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

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

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

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

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

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

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