#ED0602

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

Shades of Red #ED0602

Tints of Red #ED0602

Color information

#ED0602 (or 0xED0602) is unknown color: approx Red. HEX triplet: ED, 06 and 02. RGB value is (237,6,2). Sum of RGB (Red+Green+Blue) = 237+6+2=245 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.73% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0602 is #12F9FD. Grayscale: #4A4A4A. Windows color (decimal): -1243646 or 132845. OLE color: 132845.

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

Color convert

RGB23762-
CMYK00.970.990.07
HSL1.02º98.33%46.86%-
HSV(B)1.02º99.16%92.94%-
XYZ3518.141.71-
YUV74.6187.03243.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 96.73%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=96.73%
G=2.45%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376200.970.990.071.0298.3346.86
HexED620616371622f
Octal3556201411437114257
Binary111011011101001100001110001111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0602; }

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

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

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

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

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

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

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

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