#EB1503

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

Shades of Scarlet #EB1503

Tints of Scarlet #EB1503

Color information

#EB1503 (or 0xEB1503) is unknown color: approx Scarlet. HEX triplet: EB, 15 and 03. RGB value is (235,21,3). Sum of RGB (Red+Green+Blue) = 235+21+3=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1503 is #14EAFC. Grayscale: #535353. Windows color (decimal): -1370877 or 202219. OLE color: 202219.

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

Color convert

RGB235213-
CMYK00.910.990.08
HSL4.66º97.48%46.67%-
HSV(B)4.66º98.72%92.16%-
XYZ34.5518.211.78-
YUV82.9382.9236.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 90.73%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=90.73%
G=8.11%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521300.910.990.084.6697.4846.67
HexEB15305B6385612f
Octal353253013314310514157
Binary11101011101011101011011110001110001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1503; }

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

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

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

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

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

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

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

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