#EB2702

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

Shades of Scarlet #EB2702

Tints of Scarlet #EB2702

Color information

#EB2702 (or 0xEB2702) is unknown color: approx Scarlet. HEX triplet: EB, 27 and 02. RGB value is (235,39,2). Sum of RGB (Red+Green+Blue) = 235+39+2=276 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.14% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2702 is #14D8FD. Grayscale: #5D5D5D. Windows color (decimal): -1366270 or 141291. OLE color: 141291.

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

Color convert

RGB235392-
CMYK00.830.990.08
HSL9.53º98.31%46.47%-
HSV(B)9.53º99.15%92.16%-
XYZ3519.121.9-
YUV93.3976.43229.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 85.14%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=85.14%
G=14.13%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23539200.830.990.089.5398.3146.47
HexEB272053638a622e
Octal3534720123143101214256
Binary1110101110011110010100111100011100010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2702; }

 p { color: rgb(235,39,2); }

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

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

 a { background-color: rgb(235,39,2); }

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

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

 span { border-color: rgb(235,39,2); }

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