#EB2607

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

Shades of Scarlet #EB2607

Tints of Scarlet #EB2607

Color information

#EB2607 (or 0xEB2607) is unknown color: approx Scarlet. HEX triplet: EB, 26 and 07. RGB value is (235,38,7). Sum of RGB (Red+Green+Blue) = 235+38+7=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2607 is #14D9F8. Grayscale: #5D5D5D. Windows color (decimal): -1366521 or 468715. OLE color: 468715.

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

Color convert

RGB235387-
CMYK00.840.970.08
HSL8.16º94.21%47.45%-
HSV(B)8.16º97.02%92.16%-
XYZ34.9919.062.04-
YUV93.3779.27229.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 83.93%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=83.93%
G=13.57%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23538700.840.970.088.1694.2147.45
HexEB26705461885e2f
Octal3534670124141101013657
Binary11101011100110111010101001100001100010001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2607; }

 p { color: rgb(235,38,7); }

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

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

 a { background-color: rgb(235,38,7); }

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

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

 span { border-color: rgb(235,38,7); }

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