#EB1D0A

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

Shades of Scarlet #EB1D0A

Tints of Scarlet #EB1D0A

Color information

#EB1D0A (or 0xEB1D0A) is unknown color: approx Scarlet. HEX triplet: EB, 1D and 0A. RGB value is (235,29,10). Sum of RGB (Red+Green+Blue) = 235+29+10=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D0A is #14E2F5. Grayscale: #585858. Windows color (decimal): -1368822 or 663019. OLE color: 663019.

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

Color convert

RGB2352910-
CMYK00.880.960.08
HSL5.07º91.84%48.04%-
HSV(B)5.07º95.74%92.16%-
XYZ34.7618.562.04-
YUV88.4383.75232.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 85.77%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=85.77%
G=10.58%
B=3.65%

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
Decimal235291000.880.960.085.0791.8448.04
HexEB1DA05860855c30
Octal3533512013014010513460
Binary1110101111101101001011000110000010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1D0A; }

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

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

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

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

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

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

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

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