#E40645

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

Shades of Crimson #E40645

Tints of Crimson #E40645

Color information

#E40645 (or 0xE40645) is unknown color: approx Crimson. HEX triplet: E4, 06 and 45. RGB value is (228,6,69). Sum of RGB (Red+Green+Blue) = 228+6+69=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E40645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40645 is #1BF9BA. Grayscale: #4F4F4F. Windows color (decimal): -1833403 or 4523748. OLE color: 4523748.

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

Color convert

RGB228669-
CMYK00.970.700.11
HSL342.97º94.87%45.88%-
HSV(B)342.97º97.37%89.41%-
XYZ33.1317.057.18-
YUV79.56122.05233.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 75.25%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=75.25%
G=1.98%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22866900.970.700.11342.9794.8745.88
HexE464506146B1575f2e
Octal344610501411061352713756
Binary11100100110100010101100001100011010111010101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40645; }

 p { color: rgb(228,6,69); }

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

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

 a { background-color: rgb(228,6,69); }

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

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

 span { border-color: rgb(228,6,69); }

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