#EB093F

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

Shades of Crimson #EB093F

Tints of Crimson #EB093F

Color information

#EB093F (or 0xEB093F) is unknown color: approx Crimson. HEX triplet: EB, 09 and 3F. RGB value is (235,9,63). Sum of RGB (Red+Green+Blue) = 235+9+63=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB093F is #14F6C0. Grayscale: #525252. Windows color (decimal): -1373889 or 4131307. OLE color: 4131307.

HSL color Cylindrical-coordinate representation of color #EB093F: hue angle of 345.66º 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 #EB093F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB235963-
CMYK00.960.730.08
HSL345.66º92.62%47.84%-
HSV(B)345.66º96.17%92.16%-
XYZ35.2618.226.36-
YUV82.73116.87236.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.55%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 63 (25% from 255) = 20.52%
R=76.55%
G=2.93%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23596300.960.730.08345.6692.6247.84
HexEB93F06049815a5d30
Octal353117701401111053213560
Binary11101011100111111101100000100100110001010110101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB093F; }

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

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

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

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

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

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

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

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