#EB3515

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

Shades of Scarlet #EB3515

Tints of Scarlet #EB3515

Color information

#EB3515 (or 0xEB3515) is unknown color: approx Scarlet. HEX triplet: EB, 35 and 15. RGB value is (235,53,21). Sum of RGB (Red+Green+Blue) = 235+53+21=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3515 is #14CAEA. Grayscale: #686868. Windows color (decimal): -1362667 or 1390059. OLE color: 1390059.

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

Color convert

RGB2355321-
CMYK00.770.910.08
HSL8.97º84.25%50.2%-
HSV(B)8.97º91.06%92.16%-
XYZ35.6720.262.74-
YUV103.7781.3221.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.05%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=76.05%
G=17.15%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235532100.770.910.088.9784.2550.2
HexEB351504D5B895432
Octal35365250115133101112462
Binary1110101111010110101010011011011011100010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3515; }

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

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

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

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

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

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

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

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