#EB280C

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

Shades of Scarlet #EB280C

Tints of Scarlet #EB280C

Color information

#EB280C (or 0xEB280C) is unknown color: approx Scarlet. HEX triplet: EB, 28 and 0C. RGB value is (235,40,12). Sum of RGB (Red+Green+Blue) = 235+40+12=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB280C is #14D7F3. Grayscale: #5F5F5F. Windows color (decimal): -1366004 or 796907. OLE color: 796907.

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

Color convert

RGB2354012-
CMYK00.830.950.08
HSL7.53º90.28%48.43%-
HSV(B)7.53º94.89%92.16%-
XYZ35.0919.212.21-
YUV95.1181.1227.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 81.88%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=81.88%
G=13.94%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235401200.830.950.087.5390.2848.43
HexEB28C0535F885a30
Octal35350140123137101013260
Binary111010111010001100010100111011111100010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB280C; }

 p { color: rgb(235,40,12); }

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

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

 a { background-color: rgb(235,40,12); }

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

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

 span { border-color: rgb(235,40,12); }

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