Html Css Color HEX #ED0600 Red

📋 copy color: '#ED0600'

red 237 ◦ green 6 ◦ blue 0

#ED0600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #ED0600

Tints of Red #ED0600

RGB

 RED value IS 237 (92.97% from 255) = 97.53%

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.53%
G = 2.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED0600 (or 0xED0600) is known color: Red. HEX triplet: ED, 06 and 00. RGB value is (237,6,0). Sum of RGB (Red+Green+Blue) = 237+6+0=243 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.53% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0600 is #12F9FF. Grayscale: #4A4A4A. Windows color (decimal): -1243648 or 1773. OLE color: 1773.

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

Color convert

RGB 237 6 0 -
CMYK 0 0.97 1 0.07
HSL 1.52º 1% 0.46% -
HSV(B) 1.52º 1% 0.93% -
XYZ 34.99 18.13 1.66 -
YUV 74.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 237 6 0 0 0.97 1 0.07 1.52 1 0.46
Hex ED 6 0 0 61 64 7 2 64 2E
Octal 355 6 0 0 141 144 7 2 144 56
Binary 11101101 110 0 0 1100001 1100100 111 10 1100100 101110

Color Harmonies of #ED0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0600

Black with #ED0600

Text Example


Text Example

White with #ED0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0600; }

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

 H1.HeaderClassName
 {
   color: #ED0600;
 }
 .AnyTagClassName
 {
   color: #ED0600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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