Html Css Color HEX #ED1107 Red

📋 copy color: '#ED1107'

red 237 ◦ green 17 ◦ blue 7

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

Shades of Red #ED1107

Tints of Red #ED1107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 90.8%
G = 6.51%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1107 (or 0xED1107) is known color: Red. HEX triplet: ED, 11 and 07. RGB value is (237,17,7). Sum of RGB (Red+Green+Blue) = 237+17+7=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1107 is #12EEF8. Grayscale: #515151. Windows color (decimal): -1240825 or 463341. OLE color: 463341.

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

Color convert

RGB 237 17 7 -
CMYK 0 0.93 0.97 0.07
HSL 2.61º 0.94% 0.48% -
HSV(B) 2.61º 0.97% 0.93% -
XYZ 35.16 18.42 1.9 -
YUV 81.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 237 17 7 0 0.93 0.97 0.07 2.61 0.94 0.48
Hex ED 11 7 0 5D 61 7 3 5E 30
Octal 355 21 7 0 135 141 7 3 136 60
Binary 11101101 10001 111 0 1011101 1100001 111 11 1011110 110000

Color Harmonies of #ED1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1107

Black with #ED1107

Text Example


Text Example

White with #ED1107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1107; }

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

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

background-color css

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

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

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

border-color css

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

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

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