#EB2010

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

Shades of Scarlet #EB2010

Tints of Scarlet #EB2010

Color information

#EB2010 (or 0xEB2010) is unknown color: approx Scarlet. HEX triplet: EB, 20 and 10. RGB value is (235,32,16). Sum of RGB (Red+Green+Blue) = 235+32+16=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2010 is #14DFEF. Grayscale: #5B5B5B. Windows color (decimal): -1368048 or 1057003. OLE color: 1057003.

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

Color convert

RGB2353216-
CMYK00.860.930.08
HSL4.38º87.25%49.22%-
HSV(B)4.38º93.19%92.16%-
XYZ34.8718.732.27-
YUV90.8785.75230.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 83.04%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=83.04%
G=11.31%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235321600.860.930.084.3887.2549.22
HexEB20100565D845731
Octal3534020012613510412761
Binary111010111000001000001010110101110110001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2010; }

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

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

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

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

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

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

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

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