#EB1036

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

Shades of Crimson #EB1036

Tints of Crimson #EB1036

Color information

#EB1036 (or 0xEB1036) is unknown color: approx Crimson. HEX triplet: EB, 10 and 36. RGB value is (235,16,54). Sum of RGB (Red+Green+Blue) = 235+16+54=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1036 is #14EFC9. Grayscale: #555555. Windows color (decimal): -1372106 or 3543275. OLE color: 3543275.

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

Color convert

RGB2351654-
CMYK00.930.770.08
HSL349.59º87.25%49.22%-
HSV(B)349.59º93.19%92.16%-
XYZ35.1118.35.17-
YUV85.81110.05234.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.05%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=77.05%
G=5.25%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235165400.930.770.08349.5987.2549.22
HexEB103605D4D815e5731
Octal353206601351151053612761
Binary111010111000011011001011101100110110001010111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1036; }

 p { color: rgb(235,16,54); }

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

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

 a { background-color: rgb(235,16,54); }

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

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

 span { border-color: rgb(235,16,54); }

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