#EB1C0A

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

Shades of Scarlet #EB1C0A

Tints of Scarlet #EB1C0A

Color information

#EB1C0A (or 0xEB1C0A) is unknown color: approx Scarlet. HEX triplet: EB, 1C and 0A. RGB value is (235,28,10). Sum of RGB (Red+Green+Blue) = 235+28+10=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1C0A is #14E3F5. Grayscale: #585858. Windows color (decimal): -1369078 or 662763. OLE color: 662763.

HSL color Cylindrical-coordinate representation of color #EB1C0A: hue angle of 4.8º 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 #EB1C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB2352810-
CMYK00.880.960.08
HSL4.8º91.84%48.04%-
HSV(B)4.8º95.74%92.16%-
XYZ34.7318.512.03-
YUV87.8484.08232.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 86.08%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=86.08%
G=10.26%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235281000.880.960.084.891.8448.04
HexEB1CA05860855c30
Octal3533412013014010513460
Binary1110101111100101001011000110000010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1C0A; }

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

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

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

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

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

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

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

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