#ED0200

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

Shades of Red #ED0200

Tints of Red #ED0200

Color information

#ED0200 (or 0xED0200) is unknown color: approx Red. HEX triplet: ED, 02 and 00. RGB value is (237,2,0). Sum of RGB (Red+Green+Blue) = 237+2+0=239 (31% of max value = 765). Red value is 237 (92.97% from 255 or 99.16% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0200 is #12FDFF. Grayscale: #484848. Windows color (decimal): -1244672 or 749. OLE color: 749.

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

Color convert

RGB23720-
CMYK00.9910.07
HSL0.51º100%46.47%-
HSV(B)0.51º100%92.94%-
XYZ34.9518.051.64-
YUV72.0487.36245.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 99.16%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.16%
G=0.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372000.9910.070.5110046.47
HexED200636471642e
Octal3552001431447114456
Binary1110110110001100011110010011111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0200; }

 p { color: rgb(237,2,0); }

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

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

 a { background-color: rgb(237,2,0); }

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

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

 span { border-color: rgb(237,2,0); }

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