#EB1E0A

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

Shades of Scarlet #EB1E0A

Tints of Scarlet #EB1E0A

Color information

#EB1E0A (or 0xEB1E0A) is unknown color: approx Scarlet. HEX triplet: EB, 1E and 0A. RGB value is (235,30,10). Sum of RGB (Red+Green+Blue) = 235+30+10=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1E0A is #14E1F5. Grayscale: #595959. Windows color (decimal): -1368566 or 663275. OLE color: 663275.

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

Color convert

RGB2353010-
CMYK00.870.960.08
HSL5.33º91.84%48.04%-
HSV(B)5.33º95.74%92.16%-
XYZ34.7818.612.05-
YUV89.0283.42232.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 85.45%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=85.45%
G=10.91%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235301000.870.960.085.3391.8448.04
HexEB1EA05760855c30
Octal3533612012714010513460
Binary1110101111110101001010111110000010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E0A; }

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

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

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

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

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

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

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

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