Html Css Color HEX #ED1110 Red

📋 copy color: '#ED1110'

red 237 ◦ green 17 ◦ blue 16

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

Shades of Red #ED1110

Tints of Red #ED1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

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

R = 87.78%
G = 6.3%
B = 5.93%

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

#ED1110 (or 0xED1110) is known color: Red. HEX triplet: ED, 11 and 10. RGB value is (237,17,16). Sum of RGB (Red+Green+Blue) = 237+17+16=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1110 is #12EEEF. Grayscale: #525252. Windows color (decimal): -1240816 or 1053165. OLE color: 1053165.

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

Color convert

RGB 237 17 16 -
CMYK 0 0.93 0.93 0.07
HSL 0.27º 0.87% 0.5% -
HSV(B) 0.27º 0.93% 0.93% -
XYZ 35.22 18.44 2.19 -
YUV 82.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 237 17 16 0 0.93 0.93 0.07 0.27 0.87 0.5
Hex ED 11 10 0 5D 5D 7 0 57 32
Octal 355 21 20 0 135 135 7 0 127 62
Binary 11101101 10001 10000 0 1011101 1011101 111 0 1010111 110010

Color Harmonies of #ED1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1110

Black with #ED1110

Text Example


Text Example

White with #ED1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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