#EB160A

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

Shades of Scarlet #EB160A

Tints of Scarlet #EB160A

Color information

#EB160A (or 0xEB160A) is unknown color: approx Scarlet. HEX triplet: EB, 16 and 0A. RGB value is (235,22,10). Sum of RGB (Red+Green+Blue) = 235+22+10=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB160A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB160A is #14E9F5. Grayscale: #545454. Windows color (decimal): -1370614 or 661227. OLE color: 661227.

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

Color convert

RGB2352210-
CMYK00.910.960.08
HSL3.2º91.84%48.04%-
HSV(B)3.2º95.74%92.16%-
XYZ34.618.261.99-
YUV84.3286.07235.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 88.01%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 10 (4.30% from 255) = 3.75%
R=88.01%
G=8.24%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235221000.910.960.083.291.8448.04
HexEB16A05B60835c30
Octal3532612013314010313460
Binary111010111011010100101101111000001000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB160A; }

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

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

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

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

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

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

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

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