#EB0800

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

Shades of Red #EB0800

Tints of Red #EB0800

Color information

#EB0800 (or 0xEB0800) is unknown color: approx Red. HEX triplet: EB, 08 and 00. RGB value is (235,8,0). Sum of RGB (Red+Green+Blue) = 235+8+0=243 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.71% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0800 is #14F7FF. Grayscale: #4B4B4B. Windows color (decimal): -1374208 or 2283. OLE color: 2283.

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

Color convert

RGB23580-
CMYK00.9710.08
HSL2.04º100%46.08%-
HSV(B)2.04º100%92.16%-
XYZ34.3517.841.63-
YUV74.9685.71242.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 96.71%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.71%
G=3.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358000.9710.082.0410046.08
HexEB800616482642e
Octal353100014114410214456
Binary11101011100000110000111001001000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0800; }

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

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

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

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

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

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

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

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