#EB2C0A

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

Shades of Scarlet #EB2C0A

Tints of Scarlet #EB2C0A

Color information

#EB2C0A (or 0xEB2C0A) is unknown color: approx Scarlet. HEX triplet: EB, 2C and 0A. RGB value is (235,44,10). Sum of RGB (Red+Green+Blue) = 235+44+10=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C0A is #14D3F5. Grayscale: #616161. Windows color (decimal): -1364982 or 666859. OLE color: 666859.

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

Color convert

RGB2354410-
CMYK00.810.960.08
HSL9.07º91.84%48.04%-
HSV(B)9.07º95.74%92.16%-
XYZ35.2219.492.19-
YUV97.2378.78226.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 81.31%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=81.31%
G=15.22%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235441000.810.960.089.0791.8448.04
HexEB2CA05160895c30
Octal35354120121140101113460
Binary111010111011001010010100011100000100010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C0A; }

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

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

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

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

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

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

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

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