#EB0A00

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

Shades of Red #EB0A00

Tints of Red #EB0A00

Color information

#EB0A00 (or 0xEB0A00) is unknown color: approx Red. HEX triplet: EB, 0A and 00. RGB value is (235,10,0). Sum of RGB (Red+Green+Blue) = 235+10+0=245 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.92% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A00 is #14F5FF. Grayscale: #4C4C4C. Windows color (decimal): -1373696 or 2795. OLE color: 2795.

HSL color Cylindrical-coordinate representation of color #EB0A00: hue angle of 2.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB235100-
CMYK00.9610.08
HSL2.55º100%46.08%-
HSV(B)2.55º100%92.16%-
XYZ34.3717.881.64-
YUV76.1485.04241.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 95.92%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.92%
G=4.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510000.9610.082.5510046.08
HexEBA00606483642e
Octal353120014014410314456
Binary11101011101000110000011001001000111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A00; }

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

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

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

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

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

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

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

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