Html Css Color HEX #ED0100 Red

📋 copy color: '#ED0100'

red 237 ◦ green 1 ◦ blue 0

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

Shades of Red #ED0100

Tints of Red #ED0100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 99.58%
G = 0.42%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED0100 (or 0xED0100) is known color: Red. HEX triplet: ED, 01 and 00. RGB value is (237,1,0). Sum of RGB (Red+Green+Blue) = 237+1+0=238 (31% of max value = 765). Red value is 237 (92.97% from 255 or 99.58% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0100 is #12FEFF. Grayscale: #474747. Windows color (decimal): -1244928 or 493. OLE color: 493.

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

Color convert

RGB 237 1 0 -
CMYK 0 1.00 1 0.07
HSL 0.25º 1% 0.46% -
HSV(B) 0.25º 1% 0.93% -
XYZ 34.94 18.03 1.64 -
YUV 71.45 87.69 246.08 -
System Red Green Blue C M Y K H S L
Decimal 237 1 0 0 1.00 1 0.07 0.25 1 0.46
Hex ED 1 0 0 64 64 7 0 64 2E
Octal 355 1 0 0 144 144 7 0 144 56
Binary 11101101 1 0 0 1100100 1100100 111 0 1100100 101110

Color Harmonies of #ED0100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0100

Black with #ED0100

Text Example


Text Example

White with #ED0100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0100; }

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

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

background-color css

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

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

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

border-color css

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

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

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