#ED0502

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

Shades of Red #ED0502

Tints of Red #ED0502

Color information

#ED0502 (or 0xED0502) is unknown color: approx Red. HEX triplet: ED, 05 and 02. RGB value is (237,5,2). Sum of RGB (Red+Green+Blue) = 237+5+2=244 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.13% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0502 is #12FAFD. Grayscale: #4A4A4A. Windows color (decimal): -1243902 or 132589. OLE color: 132589.

HSL color Cylindrical-coordinate representation of color #ED0502: hue angle of 0.77º 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 #ED0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB23752-
CMYK00.980.990.07
HSL0.77º98.33%46.86%-
HSV(B)0.77º99.16%92.94%-
XYZ34.9918.121.71-
YUV74.0387.36244.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 97.13%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=97.13%
G=2.05%
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
Decimal2375200.980.990.070.7798.3346.86
HexED520626371622f
Octal3555201421437114257
Binary111011011011001100010110001111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0502; }

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

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

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

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

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

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

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

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