Html Css Color HEX #ED1000 Red

📋 copy color: '#ED1000'

red 237 ◦ green 16 ◦ blue 0

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

Shades of Red #ED1000

Tints of Red #ED1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

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

R = 93.68%
G = 6.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED1000 (or 0xED1000) is known color: Red. HEX triplet: ED, 10 and 00. RGB value is (237,16,0). Sum of RGB (Red+Green+Blue) = 237+16+0=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1000 is #12EFFF. Grayscale: #505050. Windows color (decimal): -1241088 or 4333. OLE color: 4333.

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

Color convert

RGB 237 16 0 -
CMYK 0 0.93 1 0.07
HSL 4.05º 1% 0.46% -
HSV(B) 4.05º 1% 0.93% -
XYZ 35.11 18.38 1.7 -
YUV 80.26 82.72 239.8 -
System Red Green Blue C M Y K H S L
Decimal 237 16 0 0 0.93 1 0.07 4.05 1 0.46
Hex ED 10 0 0 5D 64 7 4 64 2E
Octal 355 20 0 0 135 144 7 4 144 56
Binary 11101101 10000 0 0 1011101 1100100 111 100 1100100 101110

Color Harmonies of #ED1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1000

Black with #ED1000

Text Example


Text Example

White with #ED1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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