Html Css Color HEX #ED1010 Red

📋 copy color: '#ED1010'

red 237 ◦ green 16 ◦ blue 16

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

Shades of Red #ED1010

Tints of Red #ED1010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 88.1%
G = 5.95%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED1010 (or 0xED1010) is known color: Red. HEX triplet: ED, 10 and 10. RGB value is (237,16,16). Sum of RGB (Red+Green+Blue) = 237+16+16=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1010 is #12EFEF. Grayscale: #525252. Windows color (decimal): -1241072 or 1052909. OLE color: 1052909.

HSL color Cylindrical-coordinate representation of color #ED1010: hue angle of 0º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1010 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 16 -
CMYK 0 0.93 0.93 0.07
HSL 0.87% 0.5% -
HSV(B) 0.93% 0.93% -
XYZ 35.2 18.41 2.19 -
YUV 82.08 90.72 238.5 -
System Red Green Blue C M Y K H S L
Decimal 237 16 16 0 0.93 0.93 0.07 0 0.87 0.5
Hex ED 10 10 0 5D 5D 7 0 57 32
Octal 355 20 20 0 135 135 7 0 127 62
Binary 11101101 10000 10000 0 1011101 1011101 111 0 1010111 110010

Color Harmonies of #ED1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1010

Black with #ED1010

Text Example


Text Example

White with #ED1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1010; }

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

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

background-color css

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

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

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

border-color css

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

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

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