#E5083A

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

Shades of Crimson #E5083A

Tints of Crimson #E5083A

Color information

#E5083A (or 0xE5083A) is unknown color: approx Crimson. HEX triplet: E5, 08 and 3A. RGB value is (229,8,58). Sum of RGB (Red+Green+Blue) = 229+8+58=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5083A is #1AF7C5. Grayscale: #4F4F4F. Windows color (decimal): -1767366 or 3803365. OLE color: 3803365.

HSL color Cylindrical-coordinate representation of color #E5083A: hue angle of 346.43º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5083A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB229858-
CMYK00.970.750.10
HSL346.43º93.25%46.47%-
HSV(B)346.43º96.51%89.8%-
XYZ33.1617.145.56-
YUV79.78115.72234.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 77.63%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=77.63%
G=2.71%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22985800.970.750.10346.4393.2546.47
HexE583A0614BA15a5d2e
Octal345107201411131253213556
Binary11100101100011101001100001100101110101010110101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5083A; }

 p { color: rgb(229,8,58); }

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

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

 a { background-color: rgb(229,8,58); }

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

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

 span { border-color: rgb(229,8,58); }

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