#EB1A40

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

Shades of Crimson #EB1A40

Tints of Crimson #EB1A40

Color information

#EB1A40 (or 0xEB1A40) is unknown color: approx Crimson. HEX triplet: EB, 1A and 40. RGB value is (235,26,64). Sum of RGB (Red+Green+Blue) = 235+26+64=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1A40 is #14E5BF. Grayscale: #5C5C5C. Windows color (decimal): -1369536 or 4201195. OLE color: 4201195.

HSL color Cylindrical-coordinate representation of color #EB1A40: hue angle of 349.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1A40 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB2352664-
CMYK00.890.730.08
HSL349.09º83.94%51.18%-
HSV(B)349.09º88.94%92.16%-
XYZ35.5618.776.6-
YUV92.82111.74229.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.31%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=72.31%
G=8%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235266400.890.730.08349.0983.9451.18
HexEB1A4005949815d5433
Octal3533210001311111053512463
Binary1110101111010100000001011001100100110001010111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1A40; }

 p { color: rgb(235,26,64); }

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

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

 a { background-color: rgb(235,26,64); }

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

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

 span { border-color: rgb(235,26,64); }

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