#EB1538

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

Shades of Crimson #EB1538

Tints of Crimson #EB1538

Color information

#EB1538 (or 0xEB1538) is unknown color: approx Crimson. HEX triplet: EB, 15 and 38. RGB value is (235,21,56). Sum of RGB (Red+Green+Blue) = 235+21+56=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1538 is #14EAC7. Grayscale: #595959. Windows color (decimal): -1370824 or 3675627. OLE color: 3675627.

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

Color convert

RGB2352156-
CMYK00.910.760.08
HSL350.19º84.25%50.2%-
HSV(B)350.19º91.06%92.16%-
XYZ35.2418.485.45-
YUV88.98109.4232.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=75.32%
G=6.73%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235215600.910.760.08350.1984.2550.2
HexEB153805B4C815e5432
Octal353257001331141053612462
Binary111010111010111100001011011100110010001010111101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1538; }

 p { color: rgb(235,21,56); }

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

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

 a { background-color: rgb(235,21,56); }

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

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

 span { border-color: rgb(235,21,56); }

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