#EB1234

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

Shades of Crimson #EB1234

Tints of Crimson #EB1234

Color information

#EB1234 (or 0xEB1234) is unknown color: approx Crimson. HEX triplet: EB, 12 and 34. RGB value is (235,18,52). Sum of RGB (Red+Green+Blue) = 235+18+52=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1234 is #14EDCB. Grayscale: #565656. Windows color (decimal): -1371596 or 3412715. OLE color: 3412715.

HSL color Cylindrical-coordinate representation of color #EB1234: hue angle of 350.6º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1234 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB2351852-
CMYK00.920.780.08
HSL350.6º85.77%49.61%-
HSV(B)350.6º92.34%92.16%-
XYZ35.118.344.94-
YUV86.76108.39233.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.05%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=77.05%
G=5.90%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235185200.920.780.08350.685.7749.61
HexEB123405C4E815f5632
Octal353226401341161053712662
Binary111010111001011010001011100100111010001010111111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1234; }

 p { color: rgb(235,18,52); }

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

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

 a { background-color: rgb(235,18,52); }

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

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

 span { border-color: rgb(235,18,52); }

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