Html Css Color HEX #ED1109 Red

📋 copy color: '#ED1109'

red 237 ◦ green 17 ◦ blue 9

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

Shades of Red #ED1109

Tints of Red #ED1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 90.11%
G = 6.46%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED1109 (or 0xED1109) is known color: Red. HEX triplet: ED, 11 and 09. RGB value is (237,17,9). Sum of RGB (Red+Green+Blue) = 237+17+9=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1109 is #12EEF6. Grayscale: #525252. Windows color (decimal): -1240823 or 594413. OLE color: 594413.

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

Color convert

RGB 237 17 9 -
CMYK 0 0.93 0.96 0.07
HSL 2.11º 0.93% 0.48% -
HSV(B) 2.11º 0.96% 0.93% -
XYZ 35.17 18.43 1.96 -
YUV 81.87 86.89 238.65 -
System Red Green Blue C M Y K H S L
Decimal 237 17 9 0 0.93 0.96 0.07 2.11 0.93 0.48
Hex ED 11 9 0 5D 60 7 2 5D 30
Octal 355 21 11 0 135 140 7 2 135 60
Binary 11101101 10001 1001 0 1011101 1100000 111 10 1011101 110000

Color Harmonies of #ED1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1109

Black with #ED1109

Text Example


Text Example

White with #ED1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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