#EB0745

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

Shades of Crimson #EB0745

Tints of Crimson #EB0745

Color information

#EB0745 (or 0xEB0745) is unknown color: approx Crimson. HEX triplet: EB, 07 and 45. RGB value is (235,7,69). Sum of RGB (Red+Green+Blue) = 235+7+69=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0745 is #14F8BA. Grayscale: #525252. Windows color (decimal): -1374395 or 4524011. OLE color: 4524011.

HSL color Cylindrical-coordinate representation of color #EB0745: hue angle of 343.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0745 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB235769-
CMYK00.970.710.08
HSL343.68º94.21%47.45%-
HSV(B)343.68º97.02%92.16%-
XYZ35.4118.247.29-
YUV82.24120.54236.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.56%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=75.56%
G=2.25%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23576900.970.710.08343.6894.2147.45
HexEB7450614781585e2f
Octal353710501411071053013657
Binary11101011111100010101100001100011110001010110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0745; }

 p { color: rgb(235,7,69); }

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

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

 a { background-color: rgb(235,7,69); }

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

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

 span { border-color: rgb(235,7,69); }

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