#EB0D3C

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

Shades of Crimson #EB0D3C

Tints of Crimson #EB0D3C

Color information

#EB0D3C (or 0xEB0D3C) is unknown color: approx Crimson. HEX triplet: EB, 0D and 3C. RGB value is (235,13,60). Sum of RGB (Red+Green+Blue) = 235+13+60=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D3C is #14F2C3. Grayscale: #545454. Windows color (decimal): -1372868 or 3935723. OLE color: 3935723.

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

Color convert

RGB2351360-
CMYK00.940.740.08
HSL347.3º89.52%48.63%-
HSV(B)347.3º94.47%92.16%-
XYZ35.2218.285.95-
YUV84.74114.05235.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.30%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=76.30%
G=4.22%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235136000.940.740.08347.389.5248.63
HexEBD3C05E4A815b5a31
Octal353157401361121053313261
Binary11101011110111110001011110100101010001010110111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0D3C; }

 p { color: rgb(235,13,60); }

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

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

 a { background-color: rgb(235,13,60); }

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

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

 span { border-color: rgb(235,13,60); }

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