#ED0402

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

Shades of Red #ED0402

Tints of Red #ED0402

Color information

#ED0402 (or 0xED0402) is unknown color: approx Red. HEX triplet: ED, 04 and 02. RGB value is (237,4,2). Sum of RGB (Red+Green+Blue) = 237+4+2=243 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.53% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0402 is #12FBFD. Grayscale: #494949. Windows color (decimal): -1244158 or 132333. OLE color: 132333.

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

Color convert

RGB23742-
CMYK00.980.990.07
HSL0.51º98.33%46.86%-
HSV(B)0.51º99.16%92.94%-
XYZ34.9818.11.71-
YUV73.4487.69244.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 97.53%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=97.53%
G=1.65%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374200.980.990.070.5198.3346.86
HexED420626371622f
Octal3554201421437114257
Binary111011011001001100010110001111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0402; }

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

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

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

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

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

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

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

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