#EB0944

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

Shades of Crimson #EB0944

Tints of Crimson #EB0944

Color information

#EB0944 (or 0xEB0944) is unknown color: approx Crimson. HEX triplet: EB, 09 and 44. RGB value is (235,9,68). Sum of RGB (Red+Green+Blue) = 235+9+68=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0944 is #14F6BB. Grayscale: #535353. Windows color (decimal): -1373884 or 4458987. OLE color: 4458987.

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

Color convert

RGB235968-
CMYK00.960.710.08
HSL344.34º92.62%47.84%-
HSV(B)344.34º96.17%92.16%-
XYZ35.418.277.13-
YUV83.3119.37236.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=75.32%
G=2.88%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23596800.960.710.08344.3492.6247.84
HexEB9440604781585d30
Octal3531110401401071053013560
Binary111010111001100010001100000100011110001010110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0944; }

 p { color: rgb(235,9,68); }

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

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

 a { background-color: rgb(235,9,68); }

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

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

 span { border-color: rgb(235,9,68); }

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