#E80C45

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

Shades of Crimson #E80C45

Tints of Crimson #E80C45

Color information

#E80C45 (or 0xE80C45) is unknown color: approx Crimson. HEX triplet: E8, 0C and 45. RGB value is (232,12,69). Sum of RGB (Red+Green+Blue) = 232+12+69=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C45 is #17F3BA. Grayscale: #545454. Windows color (decimal): -1569723 or 4525288. OLE color: 4525288.

HSL color Cylindrical-coordinate representation of color #E80C45: hue angle of 344.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C45 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB2321269-
CMYK00.950.700.09
HSL344.45º90.16%47.84%-
HSV(B)344.45º94.83%90.98%-
XYZ34.4817.857.26-
YUV84.28119.39233.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 74.12%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=74.12%
G=3.83%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232126900.950.700.09344.4590.1647.84
HexE8C4505F4691585a30
Octal3501410501371061153013260
Binary111010001100100010101011111100011010011010110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80C45; }

 p { color: rgb(232,12,69); }

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

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

 a { background-color: rgb(232,12,69); }

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

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

 span { border-color: rgb(232,12,69); }

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