#EB160F

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

Shades of Scarlet #EB160F

Tints of Scarlet #EB160F

Color information

#EB160F (or 0xEB160F) is unknown color: approx Scarlet. HEX triplet: EB, 16 and 0F. RGB value is (235,22,15). Sum of RGB (Red+Green+Blue) = 235+22+15=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB160F is #14E9F0. Grayscale: #555555. Windows color (decimal): -1370609 or 988907. OLE color: 988907.

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

Color convert

RGB2352215-
CMYK00.910.940.08
HSL1.91º88%49.02%-
HSV(B)1.91º93.62%92.16%-
XYZ34.6318.272.15-
YUV84.8988.57235.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 86.40%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=86.40%
G=8.09%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235221500.910.940.081.918849.02
HexEB16F05B5E825831
Octal3532617013313610213061
Binary111010111011011110101101110111101000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB160F; }

 p { color: rgb(235,22,15); }

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

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

 a { background-color: rgb(235,22,15); }

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

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

 span { border-color: rgb(235,22,15); }

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